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

SVN-Revision: 28314
This commit is contained in:
Felix Fietkau 2011-09-28 22:05:32 +00:00
parent aecc73de77
commit f8bfab96cb

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)