kernel: fix usb-net-asix dependencies

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 37445
This commit is contained in:
Hauke Mehrtens 2013-07-19 14:51:15 +00:00
parent 9f6d136107
commit 5920feafda

View file

@ -735,6 +735,7 @@ endef
define KernelPackage/usb-net-asix
TITLE:=Kernel module for USB-to-Ethernet Asix convertors
DEPENDS:=+!LINUX_3_3:kmod-libphy
KCONFIG:=CONFIG_USB_NET_AX8817X
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/asix.ko
AUTOLOAD:=$(call AutoLoad,61,asix)