summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-08 12:58:55 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-13 14:50:46 -0500
commit1d70b25a8fe90247644a49e67c30de52aed47707 (patch)
treed5999597fb5fd56a90545f36be6ef43c9c4d5da9
parent0caf2c3651551d99051f8ed2d09d566745ef8401 (diff)
remove
-rw-r--r--package/usbids/Makefile27
-rw-r--r--package/usbids/files/usb.ids.gzbin185705 -> 0 bytes
2 files changed, 0 insertions, 27 deletions
diff --git a/package/usbids/Makefile b/package/usbids/Makefile
deleted file mode 100644
index 5fb514c2b..000000000
--- a/package/usbids/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(ADK_TOPDIR)/rules.mk
-
-PKG_NAME:= usbids
-PKG_VERSION:= 1.0
-PKG_RELEASE:= 1
-PKG_DESCR:= usb id database
-PKG_SECTION:= sys/hw
-PKG_URL:= http://www.linux-usb.org/
-
-NO_DISTFILES:= 1
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,USBIDS,usbids,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION)))
-
-CONFIG_STYLE:= manual
-BUILD_STYLE:= manual
-INSTALL_STYLE:= manual
-
-usbids-install:
- $(INSTALL_DIR) $(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
deleted file mode 100644
index 826334650..000000000
--- a/package/usbids/files/usb.ids.gz
+++ /dev/null
Binary files differ