| --- a/package/network/services/hostapd/Makefile |
| +++ b/package/network/services/hostapd/Makefile |
| @@ -429,7 +429,6 @@ define Package/hostapd-utils |
| TITLE:=IEEE 802.1x Authenticator (utils) |
| URL:=http://hostap.epitest.fi/ |
| DEPENDS:=@$(subst $(space),||,$(foreach pkg,$(HOSTAPD_PROVIDERS),PACKAGE_$(pkg))) |
| - VARIANT:=* |
| endef |
| |
| define Package/hostapd-utils/description |
| @@ -443,7 +442,6 @@ define Package/wpa-cli |
| SUBMENU:=WirelessAPD |
| DEPENDS:=@$(subst $(space),||,$(foreach pkg,$(SUPPLICANT_PROVIDERS),PACKAGE_$(pkg))) |
| TITLE:=WPA Supplicant command line control utility |
| - VARIANT:=* |
| endef |
| |
| define Package/eapol-test/Default |
| -- |
| 2.29.2 |
| |