1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:04:38 +02:00

kernel: remove the x86 dependency from kmod-sky2 so that it can be used on other platforms as well

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28314 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2011-09-28 22:05:32 +00:00
parent 50ecf457b7
commit 4adb2149b4

View File

@ -186,7 +186,6 @@ $(eval $(call KernelPackage,sis900))
define KernelPackage/sky2
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=SysKonnect Yukon2 support
DEPENDS:=@TARGET_x86
KCONFIG:=CONFIG_SKY2
FILES:=$(LINUX_DIR)/drivers/net/sky2.ko
AUTOLOAD:=$(call AutoLoad,50,sky2)