[source] usbutils: Update usb.ids database to 2016.10.13
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 10 00:45:01 PST 2017
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/1016a32919334318a929b8a5a30aea062449dc07
commit 1016a32919334318a929b8a5a30aea062449dc07
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Wed Jan 4 01:11:24 2017 +0100
usbutils: Update usb.ids database to 2016.10.13
Update usb.ids database to 2016.10.13
Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
package/utils/usbutils/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/utils/usbutils/Makefile b/package/utils/usbutils/Makefile
index c6c114d..29b1f85 100644
--- a/package/utils/usbutils/Makefile
+++ b/package/utils/usbutils/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=usbutils
PKG_VERSION:=007
-PKG_RELEASE:=5
+PKG_RELEASE:=6
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/usb/usbutils
@@ -32,13 +32,13 @@ define Package/usbutils
URL:=http://www.linux-usb.org/
endef
-USB_IDS_REV:=83b7c8958d17329ee6c0224b38e41c0bc4c66bcd
+USB_IDS_REV:=ae25707c751fff79148328229a76fc44232abeae
USB_IDS_FILE:=usb.ids.$(USB_IDS_REV)
define Download/usb_ids
FILE:=$(USB_IDS_FILE)
URL_FILE:=usb.ids
- URL:=@GITHUB/gentoo/hwids/83b7c8958d17329ee6c0224b38e41c0bc4c66bcd
- HASH:=49214de0abe87ed2f1d854a38387d97ddda61bb0a4bd41b91b3deb72242dfa68
+ URL:=@GITHUB/gentoo/hwids/ae25707c751fff79148328229a76fc44232abeae
+ HASH:=eca5d4b4b2c72e61d5d6d67b5dc6f75e92b4ac9cf9cdf1344f06622e0f57d82f
endef
$(eval $(call Download,usb_ids))
More information about the lede-commits
mailing list