mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix wireless-tools install *sigh* - thanks Kesha for noticing it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6330 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1f4c37cfeb
commit
f7d07b0604
@ -66,7 +66,7 @@ define Package/wireless-tools/install
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/libiw.so.28 $(1)/usr/lib/
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/iw{config,getid,list,priv,spy} $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,wireless-tools))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user