X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/db6df8cc830123e680e41b5e104cd217b03b1edf..140c75cf591c1cc60ba5fe05b1d86c1d5b3674d6:/openwrt/package/usbutils/Makefile?ds=sidebyside diff --git a/openwrt/package/usbutils/Makefile b/openwrt/package/usbutils/Makefile index 02f9d440b..5ce35bcfb 100644 --- a/openwrt/package/usbutils/Makefile +++ b/openwrt/package/usbutils/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=usbutils -PKG_VERSION:=0.70 +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 @@ -60,8 +60,8 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_LSUSB): install -d -m0755 $(IDIR_LSUSB)/usr/share - cp -fpR $(PKG_INSTALL_DIR)/usr/share/usb.ids $(IDIR_LSUSB)/usr/share/ + $(CP) $(PKG_INSTALL_DIR)/usr/share/usb.ids $(IDIR_LSUSB)/usr/share/ install -d -m0755 $(IDIR_LSUSB)/usr/sbin - cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/lsusb $(IDIR_LSUSB)/usr/sbin/ + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/lsusb $(IDIR_LSUSB)/usr/sbin/ $(RSTRIP) $(IDIR_LSUSB) $(IPKG_BUILD) $(IDIR_LSUSB) $(PACKAGE_DIR)