mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 19:49:54 +02:00
[package] kernel/modules: Add missing config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27862 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ef6a8e56be
commit
9bd491e3a1
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2006-2008 OpenWrt.org
|
||||
# Copyright (C) 2006-2011 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -22,7 +22,8 @@ define KernelPackage/skge
|
||||
SUBMENU:=$(NETWORK_DEVICES_MENU)
|
||||
TITLE:=SysKonnect Yukon support
|
||||
DEPENDS:=@TARGET_x86
|
||||
KCONFIG:=CONFIG_SKGE
|
||||
KCONFIG:=CONFIG_SKGE \
|
||||
CONFIG_SKGE_DEBUG=n
|
||||
FILES:=$(LINUX_DIR)/drivers/net/skge.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,skge)
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user