diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-03 23:32:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-07-03 23:32:45 +0000 |
commit | ce95b395a2141324f80afba09154a3b3a49f17ab (patch) | |
tree | 6dce4a0aef81d3c687e67def3876a693e84cf509 /package | |
parent | 7c38977b3fd52e2d8d38b19c3a3ee86de770bdf7 (diff) | |
download | upstream-ce95b395a2141324f80afba09154a3b3a49f17ab.tar.gz upstream-ce95b395a2141324f80afba09154a3b3a49f17ab.tar.bz2 upstream-ce95b395a2141324f80afba09154a3b3a49f17ab.zip |
add missing dependencies for hostapd-utils and wpa-cli (#7421)
SVN-Revision: 22052
Diffstat (limited to 'package')
-rw-r--r-- | package/hostapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/Makefile b/package/hostapd/Makefile index 948e1339b8..ea6294cc3e 100644 --- a/package/hostapd/Makefile +++ b/package/hostapd/Makefile @@ -115,7 +115,7 @@ endef define Package/hostapd-utils $(call Package/hostapd/Default) TITLE+= (utils) - DEPENDS:=@PACKAGE_hostapd||PACKAGE_hostapd-mini + DEPENDS:=@PACKAGE_hostapd||PACKAGE_hostapd-mini||PACKAGE_wpad||PACKAGE_wpad-mini endef define Package/hostapd-utils/description @@ -186,7 +186,7 @@ endef define Package/wpa-cli SECTION:=net CATEGORY:=Network - DEPENDS:=wpa-supplicant + DEPENDS:=@PACKAGE_wpa-supplicant||PACKAGE_wpad-mini||PACKAGE_wpad TITLE:=WPA Supplicant command line interface MAINTAINER:=Felix Fietkau <nbd@openwrt.org> endef |