summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-01-15 10:58:15 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-01-15 10:58:15 +0100
commit4f7287635d0bcaa6f1a034b2763682ef1e33510e (patch)
tree2f1e8aca4df700e808ff3a4e09e768042f95ee11
parentafaea7e6457165b57df712a952ffd0f8c6aebb7b (diff)
add usb.ids file
-rw-r--r--package/usbids/Makefile7
-rw-r--r--package/usbids/files/usb.ids.gzbin0 -> 185705 bytes
2 files changed, 3 insertions, 4 deletions
diff --git a/package/usbids/Makefile b/package/usbids/Makefile
index 98c1f1d7b..5fb514c2b 100644
--- a/package/usbids/Makefile
+++ b/package/usbids/Makefile
@@ -8,10 +8,9 @@ PKG_VERSION:= 1.0
PKG_RELEASE:= 1
PKG_DESCR:= usb id database
PKG_SECTION:= sys/hw
-PKG_SITES:= http://www.linux-usb.org/
-PKG_NOCHECKSUM:= 1
+PKG_URL:= http://www.linux-usb.org/
-DISTFILES:= usb.ids.gz
+NO_DISTFILES:= 1
include $(ADK_TOPDIR)/mk/package.mk
@@ -23,6 +22,6 @@ INSTALL_STYLE:= manual
usbids-install:
$(INSTALL_DIR) $(IDIR_USBIDS)/usr/share
- $(CP) $(WRKSRC)/usb.ids.gz $(IDIR_USBIDS)/usr/share
+ $(CP) ./files/usb.ids.gz $(IDIR_USBIDS)/usr/share
include $(ADK_TOPDIR)/mk/pkg-bottom.mk
diff --git a/package/usbids/files/usb.ids.gz b/package/usbids/files/usb.ids.gz
new file mode 100644
index 000000000..826334650
--- /dev/null
+++ b/package/usbids/files/usb.ids.gz
Binary files differ