projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix Set Tx Power error in wificonf
[openwrt.git]
/
openwrt
/
package
/
usbutils
/
Makefile
diff --git
a/openwrt/package/usbutils/Makefile
b/openwrt/package/usbutils/Makefile
index
9b86509
..
8e6112c
100644
(file)
--- a/
openwrt/package/usbutils/Makefile
+++ b/
openwrt/package/usbutils/Makefile
@@
-60,8
+60,8
@@
$(PKG_BUILD_DIR)/.built:
$(IPKG_LSUSB):
install -d -m0755 $(IDIR_LSUSB)/usr/share
$(IPKG_LSUSB):
install -d -m0755 $(IDIR_LSUSB)/usr/share
- cp -fp $(PKG_INSTALL_DIR)/usr/share/usb.ids $(IDIR_LSUSB)/usr/share/
+ cp -fp
R
$(PKG_INSTALL_DIR)/usr/share/usb.ids $(IDIR_LSUSB)/usr/share/
install -d -m0755 $(IDIR_LSUSB)/usr/sbin
install -d -m0755 $(IDIR_LSUSB)/usr/sbin
- cp -fp $(PKG_INSTALL_DIR)/usr/sbin/lsusb $(IDIR_LSUSB)/usr/sbin/
+ cp -fp
R
$(PKG_INSTALL_DIR)/usr/sbin/lsusb $(IDIR_LSUSB)/usr/sbin/
$(RSTRIP) $(IDIR_LSUSB)
$(IPKG_BUILD) $(IDIR_LSUSB) $(PACKAGE_DIR)
$(RSTRIP) $(IDIR_LSUSB)
$(IPKG_BUILD) $(IDIR_LSUSB) $(PACKAGE_DIR)
This page took
0.023554 seconds
and
4
git commands to generate.