diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-20 01:54:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-07-20 01:54:16 +0000 |
commit | ae2c9dcb2b682a06e6e4d18246fa36b9c5214df1 (patch) | |
tree | 75e445d30c1124435ceec588e9672953dd39977a /package/hostapd | |
parent | bced5d7d74076dafe468e626200ce760f06ffa39 (diff) | |
download | upstream-ae2c9dcb2b682a06e6e4d18246fa36b9c5214df1.tar.gz upstream-ae2c9dcb2b682a06e6e4d18246fa36b9c5214df1.tar.bz2 upstream-ae2c9dcb2b682a06e6e4d18246fa36b9c5214df1.zip |
move the crda dependency to the kmod-cfg80211 package, get rid of crda's dependency on mac80211. this fixes circular dependency issues
SVN-Revision: 22304
Diffstat (limited to 'package/hostapd')
-rw-r--r-- | package/hostapd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 3e4864dcc0..5bcaba9458 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -82,7 +82,7 @@ ifneq ($(LOCAL_TYPE),hostapd) CONFIG_DRIVER_ROBOSWITCH=$(CONFIG_PACKAGE_kmod-switch) endif -DRV_DEPENDS:=+PACKAGE_kmod-mac80211:libnl-tiny +PACKAGE_kmod-mac80211:crda @(!(TARGET_avr32||TARGET_etrax)||BROKEN) +DRV_DEPENDS:=+PACKAGE_kmod-mac80211:libnl-tiny @(!(TARGET_avr32||TARGET_etrax)||BROKEN) define Package/hostapd/Default SECTION:=net |