[package] kernel: fix missing symbol introduced by l2tp

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22507 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich
2010-08-06 02:05:07 +00:00
parent f9e20243f6
commit 99ed8f936a

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