[OpenWrt-Devel] [PATCH] package/utils/usbutils: Update USB IDs list and drop gzip compression
Daniel Engberg
daniel.engberg.lists at pyret.net
Wed Apr 6 13:54:06 EDT 2016
Change mirror to Github (Gentoo repo) and drop the gzip compression.
Worst case there's a 4kbyte increase in size but most images ends up
beign somewhere between 4-100kbyte smaller due to the lzma compression.
Tested on ar71xx
Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
diff --git a/package/utils/usbutils/Makefile b/package/utils/usbutils/Makefile
index 9b5470a..0457ded 100644
--- a/package/utils/usbutils/Makefile
+++ b/package/utils/usbutils/Makefile
@@ -9,15 +9,15 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=usbutils
PKG_VERSION:=007
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@KERNEL/linux/utils/usb/usbutils
PKG_MD5SUM:=a6bd63d5c44cebb717a960eae22a3ca9
-USB_IDS_VERSION:=2015-12-17
-USB_IDS_MD5SUM:=8c091fdcdbc4e8e60a518d0148b0dad3
-USB_IDS_FILE:=usb.ids.$(USB_IDS_VERSION).gz
+USB_IDS_VERSION:=2016-03-03
+USB_IDS_MD5SUM:=273596b6ee101b1df454827cfa87dff8
+USB_IDS_FILE:=usb.ids
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
@@ -36,7 +36,7 @@ endef
define Download/usb_ids
FILE:=$(USB_IDS_FILE)
- URL:=http://projects.pyret.net/dump/openwrt/distfiles
+ URL:=https://raw.githubusercontent.com/gentoo/hwids/d9e840aa3d5cedf5637d59ef0dc555c380a0e822/usb.ids
MD5SUM:=$(USB_IDS_MD5SUM)
endef
$(eval $(call Download,usb_ids))
@@ -44,7 +44,7 @@ $(eval $(call Download,usb_ids))
define Build/Prepare
$(Build/Prepare/Default)
echo '#!/bin/sh' > $(PKG_BUILD_DIR)/update-usbids.sh.in
- echo 'cp $(DL_DIR)/$(USB_IDS_FILE) usb.ids.gz' >> $(PKG_BUILD_DIR)/update-usbids.sh.in
+ echo 'gzip -9 -f -k $(DL_DIR)/$(USB_IDS_FILE)' >> $(PKG_BUILD_DIR)/update-usbids.sh.in
endef
define Package/usbutils/install
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list