diff options
author | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2008-10-31 12:14:39 +0000 |
---|---|---|
committer | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2008-10-31 12:14:39 +0000 |
commit | 58bc514201591a36aa64c3f30ed8cdcfd6a32183 (patch) | |
tree | dd2557494db32d6172d2060653432ca994987a33 /package/pciutils/pciutils.patch | |
parent | 1bf91aa2a891b1a09bd9f4754e3e1400d09d90b0 (diff) |
Improve pciutils based on Bernhard Reutner-Fischer's git repository (http://repo.or.cz/w/buildroot.git?a=tree;f=package/pciutils;hb=HEAD). Thanks
Diffstat (limited to 'package/pciutils/pciutils.patch')
-rw-r--r-- | package/pciutils/pciutils.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/pciutils/pciutils.patch b/package/pciutils/pciutils.patch deleted file mode 100644 index f2d773cc3..000000000 --- a/package/pciutils/pciutils.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- pciutils-2.2.6/lib/configure -+++ pciutils-2.2.6/lib/configure -@@ -12,7 +12,7 @@ - echo_n "Configuring libpci for your system..." - sharedir=${1:-/usr/share} - version=${2:-0.0} --sys=`uname -s` -+sys=Linux - rel=`uname -r` - if [ "$sys" = "AIX" -a -x /usr/bin/oslevel -a -x /usr/sbin/lsattr ] - then - |