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 | 2f0e4377bd1640856fc4178de219da2f3658767d (patch) | |
tree | 98bb6b95651ed8e1cdc2b689d9e9a1b6ff799c0f /package | |
parent | 05764ce69c75e49fb0f13f50bf193e2a6c7a60ee (diff) | |
download | upstream-2f0e4377bd1640856fc4178de219da2f3658767d.tar.gz upstream-2f0e4377bd1640856fc4178de219da2f3658767d.tar.bz2 upstream-2f0e4377bd1640856fc4178de219da2f3658767d.zip |
add missing dependencies for hostapd-utils and wpa-cli (#7421)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22052 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |