diff options
author | John Crispin <blogic@openwrt.org> | 2016-04-01 07:12:17 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-04-01 07:12:17 +0000 |
commit | 86a47682d1c64551113f518d22c0b72583ed3c11 (patch) | |
tree | 919d6ccb70967af645636ddb9ddd1e4abcdaaed7 /package | |
parent | a137b5d621fd71d718ff829ba74b389ee81c8639 (diff) | |
download | master-187ad058-86a47682d1c64551113f518d22c0b72583ed3c11.tar.gz master-187ad058-86a47682d1c64551113f518d22c0b72583ed3c11.tar.bz2 master-187ad058-86a47682d1c64551113f518d22c0b72583ed3c11.zip |
package/utils/usbutils: Update USB IDs list to snapshot 2015-12-17
Updates USB IDs list to snapshot 2015-12-17 and changes copyright to
2016.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49112 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/utils/usbutils/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/utils/usbutils/Makefile b/package/utils/usbutils/Makefile index b1c058b0c1..9b5470a5db 100644 --- a/package/utils/usbutils/Makefile +++ b/package/utils/usbutils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2013 OpenWrt.org +# Copyright (C) 2007-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=usbutils PKG_VERSION:=007 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@KERNEL/linux/utils/usb/usbutils PKG_MD5SUM:=a6bd63d5c44cebb717a960eae22a3ca9 -USB_IDS_VERSION:=2013-01-16 -USB_IDS_MD5SUM:=2a2344907b6344f0935c86efaf9de620 +USB_IDS_VERSION:=2015-12-17 +USB_IDS_MD5SUM:=8c091fdcdbc4e8e60a518d0148b0dad3 USB_IDS_FILE:=usb.ids.$(USB_IDS_VERSION).gz PKG_BUILD_PARALLEL:=1 @@ -36,7 +36,7 @@ endef define Download/usb_ids FILE:=$(USB_IDS_FILE) - URL:=http://mirror2.openwrt.org/sources + URL:=http://projects.pyret.net/dump/openwrt/distfiles MD5SUM:=$(USB_IDS_MD5SUM) endef $(eval $(call Download,usb_ids)) |