From 9f8ce786d0377bcd6ed4f124395f4130dde9bdb4 Mon Sep 17 00:00:00 2001 From: Tanya Singh Date: Wed, 16 Jul 2025 15:38:06 +0800 Subject: [PATCH] Add hostapd_cli to hostapd package for EAP111 and EAP112 Signed-off-by: Tanya Singh --- feeds/hostapd/hostapd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/feeds/hostapd/hostapd/Makefile b/feeds/hostapd/hostapd/Makefile index 64048a963..39624ba17 100644 --- a/feeds/hostapd/hostapd/Makefile +++ b/feeds/hostapd/hostapd/Makefile @@ -747,6 +747,7 @@ define Package/wpad/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/wpad $(1)/usr/sbin/ $(LN) wpad $(1)/usr/sbin/hostapd $(LN) wpad $(1)/usr/sbin/wpa_supplicant + $(INSTALL_BIN) $(PKG_BUILD_DIR)/hostapd/hostapd_cli $(1)/usr/sbin/ endef Package/wpad-basic/install = $(Package/wpad/install) Package/wpad-basic-openssl/install = $(Package/wpad/install)