mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
kernel: fix wrong line for the +@DRIVER_WEXT_SUPPORT dependency in kmod-net-zd1201
SVN-Revision: 27274
This commit is contained in:
parent
3294d04e44
commit
e2d3555a91
@ -58,8 +58,8 @@ $(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
|
DEPENDS:=@USB_SUPPORT +@DRIVER_WEXT_SUPPORT
|
||||||
KCONFIG:=CONFIG_USB_ZD1201 +@DRIVER_WEXT_SUPPORT
|
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)
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user