1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

kernel: add some more additional missing config symbols for 3.2 and 3.3

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31221 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jogo
2012-04-09 14:48:46 +00:00
parent 9db1664fbe
commit 21fcfbb1a2
5 changed files with 48 additions and 3 deletions

View File

@@ -27,7 +27,8 @@ define KernelPackage/skge
TITLE:=SysKonnect Yukon support
DEPENDS:=@TARGET_x86
KCONFIG:=CONFIG_SKGE \
CONFIG_SKGE_DEBUG=n
CONFIG_SKGE_DEBUG=n \
CONFIG_SKGE_GENESIS=n
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.2)),1)
FILES:=$(LINUX_DIR)/drivers/net/ethernet/marvell/skge.ko
else