diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-25 21:48:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-25 21:48:37 +0000 |
commit | 985bb03e61a4b9de9e7ece2e4936b4a7d91f789b (patch) | |
tree | bbb2565ebfb308a5d32917c5cc0213df965a7a3c /package | |
parent | b0d9f1edb6b885f9a02c97cf816ca35698b451ac (diff) | |
download | upstream-985bb03e61a4b9de9e7ece2e4936b4a7d91f789b.tar.gz upstream-985bb03e61a4b9de9e7ece2e4936b4a7d91f789b.tar.bz2 upstream-985bb03e61a4b9de9e7ece2e4936b4a7d91f789b.zip |
wpa_supplicant: add missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19333 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/hostapd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 3aec903728..93e2018272 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -144,6 +144,7 @@ define Package/wpa-supplicant CATEGORY:=Network TITLE:=WPA Supplicant URL:=http://hostap.epitest.fi/wpa_supplicant/ + DEPENDS:=@!TARGET_avr32 @!TARGET_etrax +PACKAGE_kmod-mac80211:libnl-tiny VARIANT:=supplicant-full endef |