diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-22 08:31:49 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-22 08:31:49 +0000 |
commit | 675fbe3d4667dfb003bebd71ecca0afd871aa041 (patch) | |
tree | 6bf500fb3515f117823b122de34c0e59a456aa22 /package/kernel | |
parent | cb11efc85b0b404eb4bf01cce6cd857e491f2628 (diff) |
Add kmod-ppp-synctty (#2231)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8459 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/network.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/kernel/modules/network.mk b/package/kernel/modules/network.mk index a7b93e1d4c..6da38e4e05 100644 --- a/package/kernel/modules/network.mk +++ b/package/kernel/modules/network.mk @@ -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:=\ |