mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-25 08:02:57 +00:00
add kmod-pppol2tp, patch from Vladimir Voronkov
SVN-Revision: 16995
This commit is contained in:
parent
ed70023f85
commit
fa714a7f51
@ -146,7 +146,6 @@ define KernelPackage/isdn4linux/2.4
|
||||
KCONFIG+= \
|
||||
CONFIG_ISDN
|
||||
FILES+= \
|
||||
$(LINUX_DIR)/drivers/isdn/isdn.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/drivers/isdn/isdn_bsdcomp.$(LINUX_KMOD_SUFFIX)
|
||||
endef
|
||||
|
||||
@ -462,6 +461,21 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,pppoa))
|
||||
|
||||
define KernelPackage/pppol2tp
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=PPPoL2TP support
|
||||
DEPENDS:=kmod-ppp +kmod-pppoe @!LINUX_2_6_21||!LINUX_2_6_25||!LINUX_2_6_27
|
||||
KCONFIG:=CONFIG_PPPOL2TP
|
||||
FILES:=$(LINUX_DIR)/drivers/net/pppol2tp.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,40,pppol2tp)
|
||||
endef
|
||||
|
||||
define KernelPackage/pppol2tp/description
|
||||
Kernel modules for PPPoL2TP (PPP over L2TP) support
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,pppol2tp))
|
||||
|
||||
|
||||
define KernelPackage/ipoa
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
|
Loading…
Reference in New Issue
Block a user