From: Felix Fietkau Date: Wed, 28 Sep 2011 22:05:32 +0000 (+0000) Subject: kernel: remove the x86 dependency from kmod-sky2 so that it can be used on other... X-Git-Tag: reboot~15883 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopenwrt.git;a=commitdiff_plain;h=f8bfab96cb93a50ff30dbd8a3e2421fabf5f7299 kernel: remove the x86 dependency from kmod-sky2 so that it can be used on other platforms as well SVN-Revision: 28314 --- diff --git a/package/kernel/modules/netdevices.mk b/package/kernel/modules/netdevices.mk index 17b88a85fc..115f0b7133 100644 --- a/package/kernel/modules/netdevices.mk +++ b/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)