1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-03-03 22:18:20 +02:00

[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:
jow 2010-08-06 02:05:07 +00:00
parent b83ee2b042
commit 95c9084721

View File

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