From: Jo-Philipp Wich Date: Fri, 6 Aug 2010 02:05:07 +0000 (+0000) Subject: kernel: fix missing symbol introduced by l2tp X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0d06aa524ae684a5f186de0be8a9b009357515f3;p=librecmc%2Flibrecmc.git kernel: fix missing symbol introduced by l2tp SVN-Revision: 22507 --- 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