mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 19:39:30 -05:00
kernel: fix missing symbol introduced by l2tp
SVN-Revision: 22507
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user