diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-06 02:05:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-06 02:05:07 +0000 |
commit | 0d06aa524ae684a5f186de0be8a9b009357515f3 (patch) | |
tree | 59f12d7a1025420a0c75c72a6679324569c56495 /package/kernel | |
parent | 52fb76ebff83424604cbb5f97cf612412b5d8670 (diff) | |
download | upstream-0d06aa524ae684a5f186de0be8a9b009357515f3.tar.gz upstream-0d06aa524ae684a5f186de0be8a9b009357515f3.tar.bz2 upstream-0d06aa524ae684a5f186de0be8a9b009357515f3.zip |
kernel: fix missing symbol introduced by l2tp
SVN-Revision: 22507
Diffstat (limited to 'package/kernel')
-rw-r--r-- | package/kernel/modules/netsupport.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/netsupport.mk b/package/kernel/modules/netsupport.mk index effd6930fd..196e5a39c8 100644 --- a/package/kernel/modules/netsupport.mk +++ b/package/kernel/modules/netsupport.mk @@ -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 |