projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add fix from whiterussian
[openwrt.git]
/
openwrt
/
package
/
usbutils
/
Makefile
diff --git
a/openwrt/package/usbutils/Makefile
b/openwrt/package/usbutils/Makefile
index
708edd3
..
8e6112c
100644
(file)
--- a/
openwrt/package/usbutils/Makefile
+++ b/
openwrt/package/usbutils/Makefile
@@
-5,7
+5,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=usbutils
PKG_VERSION:=0.71
PKG_RELEASE:=1
PKG_NAME:=usbutils
PKG_VERSION:=0.71
PKG_RELEASE:=1
-PKG_MD5SUM:=
05276dc307a0297904bc892e9998bf59
+PKG_MD5SUM:=
479d7c7098ef44cc95e7978fd71c712c
PKG_SOURCE_URL:=@SF/linux-usb
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/linux-usb
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-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.018998 seconds
and
4
git commands to generate.