kernel: fix usb-net-asix dependencies
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37445
This commit is contained in:
parent
9f6d136107
commit
5920feafda
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue