add missing dependencies for hostapd-utils and wpa-cli (#7421)
SVN-Revision: 22052
This commit is contained in:
parent
7c38977b3f
commit
ce95b395a2
@ -115,7 +115,7 @@ endef
|
|||||||
define Package/hostapd-utils
|
define Package/hostapd-utils
|
||||||
$(call Package/hostapd/Default)
|
$(call Package/hostapd/Default)
|
||||||
TITLE+= (utils)
|
TITLE+= (utils)
|
||||||
DEPENDS:=@PACKAGE_hostapd||PACKAGE_hostapd-mini
|
DEPENDS:=@PACKAGE_hostapd||PACKAGE_hostapd-mini||PACKAGE_wpad||PACKAGE_wpad-mini
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/hostapd-utils/description
|
define Package/hostapd-utils/description
|
||||||
@ -186,7 +186,7 @@ endef
|
|||||||
define Package/wpa-cli
|
define Package/wpa-cli
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=wpa-supplicant
|
DEPENDS:=@PACKAGE_wpa-supplicant||PACKAGE_wpad-mini||PACKAGE_wpad
|
||||||
TITLE:=WPA Supplicant command line interface
|
TITLE:=WPA Supplicant command line interface
|
||||||
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user