1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 07:39:27 +03:00

[package] kernel/modules: fix zd1211 dependancy (closes: #2985)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10175 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2008-01-11 19:32:33 +00:00
parent e25abeca2d
commit 224733bba3

View File

@ -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)