mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
libusb-compat: install libusb-config in host staging dir
A bunch of packages such as sispctl look for libusb-config to find it, install libusb-config in staging_dir/*/host/bin which is in the TARGET_PATH. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39975 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0b8f6c7be8
commit
625627d080
@ -39,6 +39,7 @@ TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
define Build/InstallDev
|
||||
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/bin/libusb-config $(STAGING_DIR)/host/bin
|
||||
endef
|
||||
|
||||
define Package/libusb-compat/install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user