1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-02-02 18:31:05 +02:00

fix wpa_cli compile

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11861 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-07-18 15:28:24 +00:00
parent 23a87ded44
commit c0768b17cb

View File

@ -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))