projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b6f786
)
ar71xx: don't break the existing network configuration in the wget2nand script
author
Gabor Juhos
<juhosg@openwrt.org>
Mon, 15 Mar 2010 11:03:33 +0000
(11:03 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Mon, 15 Mar 2010 11:03:33 +0000
(11:03 +0000)
SVN-Revision: 20228
target/linux/ar71xx/base-files/sbin/wget2nand
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/base-files/sbin/wget2nand
b/target/linux/ar71xx/base-files/sbin/wget2nand
index 10eb59f18fd900f232722a53b039e328f4101f43..99823be84c232290640be7bd19ed49e8235b68e8 100755
(executable)
--- a/
target/linux/ar71xx/base-files/sbin/wget2nand
+++ b/
target/linux/ar71xx/base-files/sbin/wget2nand
@@
-37,10
+37,6
@@
mtd_rootfs="$(find_mtd_part 'rootfs')"
exit 1
}
-# first get an address for br-lan using udhcpc
-killall udhcpc
-/sbin/udhcpc -i br-lan
-
mkdir "$wget2nand_dir"
wget $url_kernel -O "$src_kernel" || {
echo "Unable to download $url_kernel"