Explorar el Código

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

SVN-Revision: 28314
Felix Fietkau hace 14 años
padre
commit
f8bfab96cb
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      package/kernel/modules/netdevices.mk

+ 0 - 1
package/kernel/modules/netdevices.mk

@@ -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)