projects
/
openwrt
/
staging
/
kaloz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf371c
)
usbutils: avoid duplicating the git revision
author
Philip Prindeville
<philipp@redfish-solutions.com>
Tue, 19 Sep 2017 20:47:54 +0000
(14:47 -0600)
committer
Jo-Philipp Wich
<jo@mein.io>
Wed, 13 Dec 2017 15:34:10 +0000
(16:34 +0100)
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
(cherry picked from commit
3008fc9a7bbdcbb2563c99178ce8085396dd41e6
)
package/utils/usbutils/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/usbutils/Makefile
b/package/utils/usbutils/Makefile
index 29b1f85e1479d2f42f1248cb5bbc15cfcff089fe..2411452a0d266b34838b1f2e04f67bee04eed7f0 100644
(file)
--- a/
package/utils/usbutils/Makefile
+++ b/
package/utils/usbutils/Makefile
@@
-37,7
+37,7
@@
USB_IDS_FILE:=usb.ids.$(USB_IDS_REV)
define Download/usb_ids
FILE:=$(USB_IDS_FILE)
URL_FILE:=usb.ids
- URL:=@GITHUB/gentoo/hwids/
ae25707c751fff79148328229a76fc44232abeae
+ URL:=@GITHUB/gentoo/hwids/
$(USB_IDS_REV)
HASH:=eca5d4b4b2c72e61d5d6d67b5dc6f75e92b4ac9cf9cdf1344f06622e0f57d82f
endef
$(eval $(call Download,usb_ids))