1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

Add kmod-ppp-synctty (#2231)

SVN-Revision: 8459
This commit is contained in:
Florian Fainelli 2007-08-22 08:31:49 +00:00
parent 5440728b06
commit 36fa8ff606
2 changed files with 14 additions and 1 deletions

@ -189,6 +189,19 @@ endef
$(eval $(call KernelPackage,ppp))
define KernelPackage/ppp-synctty
TITLE:=PPP sync tty support
DESCRIPTION:=\
Kernel modules for PPP sync tty support
DEPENDS:=kmod-ppp
KCONFIG:=CONFIG_PPP_SYNC_TTY
SUBMENU:=$(NSMENU)
FILES:=$(LINUX_DIR)/drivers/net/ppp_synctty.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,40,ppp_synctty)
endef
$(eval $(call KernelPackage,ppp-synctty))
define KernelPackage/pppoe
TITLE:=PPPoE support
DESCRIPTION:=\

@ -579,7 +579,7 @@ CONFIG_PPP_DEFLATE=m
CONFIG_PPP_FILTER=y
CONFIG_PPP_MPPE_MPPC=m
# CONFIG_PPP_MULTILINK is not set
# CONFIG_PPP_SYNC_TTY is not set
CONFIG_PPP_SYNC_TTY=m
# CONFIG_PRISM54 is not set
CONFIG_PROC_FS=y
# CONFIG_QFMT_V2 is not set