kernel: net-zd1201 depends on usb-core
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37416
This commit is contained in:
parent
3b985bae1b
commit
eee81c5fbf
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ $(eval $(call KernelPackage,net-airo))
|
||||||
define KernelPackage/net-zd1201
|
define KernelPackage/net-zd1201
|
||||||
SUBMENU:=$(WIRELESS_MENU)
|
SUBMENU:=$(WIRELESS_MENU)
|
||||||
TITLE:=Zydas ZD1201 support
|
TITLE:=Zydas ZD1201 support
|
||||||
DEPENDS:=@USB_SUPPORT +@DRIVER_WEXT_SUPPORT
|
DEPENDS:=@USB_SUPPORT +@DRIVER_WEXT_SUPPORT +kmod-usb-core
|
||||||
KCONFIG:=CONFIG_USB_ZD1201
|
KCONFIG:=CONFIG_USB_ZD1201
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/wireless/zd1201.ko
|
FILES:=$(LINUX_DIR)/drivers/net/wireless/zd1201.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,60,zd1201)
|
AUTOLOAD:=$(call AutoLoad,60,zd1201)
|
||||||
|
|
Loading…
Reference in a new issue