[packages] pciutils: Do not automatically update PCI IDs on real system
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26649 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
44cdf17151
commit
876a912533
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007-2010 OpenWrt.org
|
# Copyright (C) 2007-2011 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=pciutils
|
PKG_NAME:=pciutils
|
||||||
PKG_VERSION:=3.1.7
|
PKG_VERSION:=3.1.7
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
|
PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
|
||||||
@ -34,6 +34,7 @@ endef
|
|||||||
|
|
||||||
define Package/pciutils/postinst
|
define Package/pciutils/postinst
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
[ -z "$${IPKG_INSTROOT}" ] || \
|
||||||
(cd $${PKG_ROOT}/usr/share; $${PKG_ROOT}/usr/sbin/update-pciids; rm pci.ids.gz.old)
|
(cd $${PKG_ROOT}/usr/share; $${PKG_ROOT}/usr/sbin/update-pciids; rm pci.ids.gz.old)
|
||||||
exit 0
|
exit 0
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user