Skip to content
Snippets Groups Projects
Commit fa714a7f authored by Florian Fainelli's avatar Florian Fainelli
Browse files

add kmod-pppol2tp, patch from Vladimir Voronkov

SVN-Revision: 16995
parent ed70023f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment