Skip to content
Snippets Groups Projects
Commit db87169b authored by Florian Fainelli's avatar Florian Fainelli
Browse files

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: default avatarFlorian Fainelli <florian@openwrt.org>

SVN-Revision: 39975
parent ee37a00d
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ TARGET_CFLAGS += $(FPIC) ...@@ -39,6 +39,7 @@ TARGET_CFLAGS += $(FPIC)
define Build/InstallDev define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/* $(1)/ $(CP) $(PKG_INSTALL_DIR)/* $(1)/
$(CP) $(PKG_INSTALL_DIR)/usr/bin/libusb-config $(STAGING_DIR)/host/bin
endef endef
define Package/libusb-compat/install define Package/libusb-compat/install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment