summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/sbin
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-03-15 11:03:33 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-03-15 11:03:33 +0000
commited3aca86a69df80cf802482bcefd4404b8ae3219 (patch)
tree479e5b75a32b130472e65002f31861a8670d1d6c /target/linux/ar71xx/base-files/sbin
parent0b6f786316b934752272252cc4c0a975c483a418 (diff)
downloadmaster-31e0f0ae-ed3aca86a69df80cf802482bcefd4404b8ae3219.tar.gz
master-31e0f0ae-ed3aca86a69df80cf802482bcefd4404b8ae3219.tar.bz2
master-31e0f0ae-ed3aca86a69df80cf802482bcefd4404b8ae3219.zip
ar71xx: don't break the existing network configuration in the wget2nand script
SVN-Revision: 20228
Diffstat (limited to 'target/linux/ar71xx/base-files/sbin')
-rwxr-xr-xtarget/linux/ar71xx/base-files/sbin/wget2nand4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ar71xx/base-files/sbin/wget2nand b/target/linux/ar71xx/base-files/sbin/wget2nand
index 10eb59f18f..99823be84c 100755
--- 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"