1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

fix wpa_cli compile

SVN-Revision: 11861
This commit is contained in:
Felix Fietkau 2008-07-18 15:28:24 +00:00
parent af36f6132c
commit 923008ecc8

@ -76,7 +76,7 @@ endef
define Package/wpa-cli/install
$(INSTALL_DIR) $(1)/usr/sbin
$(CP) $(PKG_BUILD_DIR)/wpa_cli $(1)/usr/sbin/
$(CP) $(PKG_BUILD_DIR)/wpa_supplicant/wpa_cli $(1)/usr/sbin/
endef
$(eval $(call BuildPackage,wpa-supplicant))