diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-25 13:37:10 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-25 13:37:10 +0100 |
commit | 90a83c0b37a1de9e8d933fabacf9a45531654c1c (patch) | |
tree | 833d508eb71bacd515a7e854870e0351a98d6418 | |
parent | 2f7496e938bedbeff8d1f2e943a0a4b7d4673816 (diff) | |
download | buildroot-novena-90a83c0b37a1de9e8d933fabacf9a45531654c1c.tar.gz buildroot-novena-90a83c0b37a1de9e8d933fabacf9a45531654c1c.zip |
pciutils: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/pciutils/pciutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index 28f80d462..37a17c475 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -4,7 +4,7 @@ # ############################################################# -PCIUTILS_VERSION = 3.1.8 +PCIUTILS_VERSION = 3.1.9 PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci ifeq ($(BR2_PACKAGE_ZLIB),y) PCIUTILS_ZLIB=yes |