diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-24 08:22:26 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-05-24 08:22:26 +0200 |
commit | 096b21e552b05b68a846172e320ae3e38dee16ac (patch) | |
tree | 2a2f0ee9b0bd66e3cb52ee1c4e72c9fac5035fd7 /CHANGES | |
parent | 78cff154eaf2e240464d24964ea1a92fa9b68297 (diff) |
pciutils: fix access to pci.ids and make update-pciids work with busybox wget
Closes #1819
Fix two issues with pciutils:
- pciutils would look in /usr/share/misc for pci.ids, but install it in
/usr/share. This is because pciutils doesn't use a ./configure script,
so we have to also provide the configuration (make) arguments when
we run make install as well. Fix it by making it look into /usr/share
as that's simpler to do, and is what upstream does.
- the update-pciids script would call wget with the --no-timestamping
option, which isn't supported by busybox wget. Fix it by simply
removing that option as it isn't really critical.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,14 +5,16 @@ Updated/fixed packages: aumix, avahi, busybox, cairo, cdrkit, fltk, gettext, gmpc, grep, hal, iconv, icu, libcgicc, libglib2, libidn, libmpd, libpcap, libsoup, lmbench, ltrace, lvm2, make, - mtd-utils, mutt, netsnmp, ntp, pango, php, psmisc, qt, samba, - sshfs, startup-notification, uemacs, util-linux, vpnc + mtd-utils, mutt, netsnmp, ntp, pango, pciutils, php, psmisc, + qt, samba, sshfs, startup-notification, uemacs, util-linux, + vpnc Issues resolved (http://bugs.uclibc.org): #1693: NTP trys IPV6 even if not configured error: 'IPV6_MULTICAST... #1729: alsamixergui fails to build #1801: Avahi-autoipd doesn't create TARGET_DIR/var/lib + #1819: pciutils small bugs 2010.05-rc2, Released May 11th, 2010: |