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:
parent
aecc73de77
commit
f8bfab96cb
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue