Le 11/05/2012 19:41, Jo-Philipp Wich a écrit :
> Hi,
>
> after reading the patche multiple times I still don't get the purpose.
> Shouldn't $link already contain the last value when leaving the inner
> while() loop? Why do you need yet another variable which is just a copy
> of the existing one?
S
download.pl: fix PKG_SOURCE_URL=file://... urls
diff --git a/scripts/download.pl b/scripts/download.pl
index 86a6bf4..84af8de 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -77,9 +77,11 @@ sub download
}
if (open TMPDLS, "find $cache -follow -name
r0 b1
r1 b0 r1->r0 0 r0 b0
r1 b0 b0->b1 r r1 *b1*
r1 b1 r1->r0 b r0 b1
r1 b1 b1->b0 r r1 b0
r0 b1 r0->r1 r r1 *b1*
r0 b1 b1->b0 0 r0
Signed-off-by: Frédéric Leroy
---
target/linux/ramips/base-files/etc/diag.sh |2 +-
.../etc/hotplug.d/firmware/10-rt2x00-eeprom|1 +
.../ramips/base-files/etc/uci-defaults/network |3 +-
.../ramips/base-files/lib/preinit/06_set_iface_mac |1 +
target/linux