kernel: fix missing symbol introduced by l2tp

SVN-Revision: 22507
This commit is contained in:
Jo-Philipp Wich 2010-08-06 02:05:07 +00:00
parent 52fb76ebff
commit 0d06aa524a

View file

@ -628,7 +628,7 @@ define KernelPackage/l2tp
SUBMENU:=$(NETWORK_SUPPORT_MENU)
DEPENDS:=@LINUX_2_6_35
TITLE:=L2TPv3 Support
KCONFIG:=CONFIG_L2TP
KCONFIG:=CONFIG_L2TP CONFIG_L2TP_DEBUGFS=n
FILES:=$(LINUX_DIR)/net/l2tp/l2tp_core.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,32,l2tp_core)
endef