X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Fpciutils%2FMakefile;h=fc89e634948868e573367438f885e4722fb2e693;hp=d20f2f56ae33a6a0cb61784f54f665fc8c86bf4a;hb=760911bf6e625d582c4320c6f815327b20f17daa;hpb=3991e1d351a6ccd152b18bd6338b3a0569908b36 diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index d20f2f56ae..fc89e63494 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -1,21 +1,20 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=pciutils -PKG_VERSION:=2.2.9 -PKG_RELEASE:=1 +PKG_VERSION:=3.1.2 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.kernel.org/pub/software/utils/pciutils/ \ +PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils \ ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci -PKG_MD5SUM:=cec05e7785497c5e19da2f114b934ffd +PKG_MD5SUM:=46387fd7a18c33fbb5311fdb3ab9ea12 include $(INCLUDE_DIR)/package.mk @@ -33,7 +32,8 @@ endef define Package/pciutils/postinst #!/bin/sh -$${IPKG_INSTROOT}/usr/sbin/update-pciids.sh +(cd $${IPKG_INSTROOT}/usr/share; $${IPKG_INSTROOT}/usr/sbin/update-pciids.sh +exit 0 endef MAKE_FLAGS += \