developer | 34d9713 | 2022-01-03 13:35:20 +0800 | [diff] [blame^] | 1 | --- a/package/network/services/hostapd/Makefile |
| 2 | +++ b/package/network/services/hostapd/Makefile |
| 3 | @@ -429,7 +429,6 @@ define Package/hostapd-utils |
| 4 | TITLE:=IEEE 802.1x Authenticator (utils) |
| 5 | URL:=http://hostap.epitest.fi/ |
| 6 | DEPENDS:=@$(subst $(space),||,$(foreach pkg,$(HOSTAPD_PROVIDERS),PACKAGE_$(pkg))) |
| 7 | - VARIANT:=* |
| 8 | endef |
| 9 | |
| 10 | define Package/hostapd-utils/description |
| 11 | @@ -443,7 +442,6 @@ define Package/wpa-cli |
| 12 | SUBMENU:=WirelessAPD |
| 13 | DEPENDS:=@$(subst $(space),||,$(foreach pkg,$(SUPPLICANT_PROVIDERS),PACKAGE_$(pkg))) |
| 14 | TITLE:=WPA Supplicant command line control utility |
| 15 | - VARIANT:=* |
| 16 | endef |
| 17 | |
| 18 | define Package/eapol-test/Default |
| 19 | -- |
| 20 | 2.29.2 |
| 21 | |