packages/utils/pciutils/patches/100-remove-no-timestamping.patch
florian e402e1e564 [package] update pciutils to 3.1.4 (#5868)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-20 13:23:45 +00:00

12 lines
388 B
Diff

--- a/update-pciids.sh
+++ b/update-pciids.sh
@@ -33,7 +33,7 @@ if which curl >/dev/null 2>&1 ; then
DL="curl -o $DEST.new $SRC"
${quiet} && DL="$DL -s -S"
elif which wget >/dev/null 2>&1 ; then
- DL="wget --no-timestamping -O $DEST.new $SRC"
+ DL="wget -O $DEST.new $SRC"
${quiet} && DL="$DL -q"
elif which lynx >/dev/null 2>&1 ; then
DL="eval lynx -source $SRC >$DEST.new"