mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
pciutils: Import 3.2.0 from packages and update to 3.2.1.
This commit is contained in:
11
utils/pciutils/patches/100-remove-no-timestamping.patch
Normal file
11
utils/pciutils/patches/100-remove-no-timestamping.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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"
|
||||
Reference in New Issue
Block a user