kernel/modules: fix zd1211 dependancy (closes: #2985)
SVN-Revision: 10175
This commit is contained in:
parent
4e9cc1b056
commit
31c7a323e6
1 changed files with 13 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
# Copyright (C) 2006-2008 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
|
@ -50,7 +50,7 @@ $(eval $(call KernelPackage,ieee80211))
|
|||
define KernelPackage/ieee80211-softmac
|
||||
SUBMENU:=$(WIRELESS_MENU)
|
||||
TITLE:=ieee80211 SoftMAC support
|
||||
DEPENDS:=kmod-ieee80211
|
||||
DEPENDS:=+kmod-ieee80211
|
||||
KCONFIG:=CONFIG_IEEE80211_SOFTMAC
|
||||
FILES:=$(LINUX_DIR)/net/ieee80211/softmac/ieee80211softmac.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,20,ieee80211softmac)
|
||||
|
@ -202,7 +202,7 @@ $(eval $(call KernelPackage,net-prism54))
|
|||
define KernelPackage/net-zd1211rw
|
||||
SUBMENU:=$(WIRELESS_MENU)
|
||||
TITLE:=Zydas ZD1211 support
|
||||
DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-ieee80211 +zd1211-firmware
|
||||
DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-ieee80211-softmac +zd1211-firmware
|
||||
KCONFIG:=CONFIG_ZD1211RW
|
||||
FILES:=$(LINUX_DIR)/drivers/net/wireless/zd1211rw/zd1211rw.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,60,zd1211rw)
|
||||
|
|
Loading…
Reference in a new issue