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 | 211bacfc879c4cb732812e7bda1552114db8e50f (patch) | |
tree | 11645ea4436cf775d4ac1240f279d8433a00ac1b /package/hostapd | |
parent | 7a9d13a75037c0cccec71873c453c5fb822926f8 (diff) | |
download | upstream-211bacfc879c4cb732812e7bda1552114db8e50f.tar.gz upstream-211bacfc879c4cb732812e7bda1552114db8e50f.tar.bz2 upstream-211bacfc879c4cb732812e7bda1552114db8e50f.zip |
move the crda dependency to the kmod-cfg80211 package, get rid of crda's dependency on mac80211. this fixes circular dependency issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22304 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |