projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdf2ba8
)
wpa_supplicant: add missing dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 25 Jan 2010 21:48:37 +0000
(21:48 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 25 Jan 2010 21:48:37 +0000
(21:48 +0000)
SVN-Revision: 19333
package/hostapd/Makefile
patch
|
blob
|
history
diff --git
a/package/hostapd/Makefile
b/package/hostapd/Makefile
index 3aec903728c198a2bcdc645bd3465afa538d5b99..93e2018272af934a153bccbe19366bec5b3e4680 100644
(file)
--- 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