summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/sbin
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-15 11:03:33 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-15 11:03:33 +0000
commit3ff9d155b124b88a9108abc06d15be1cbc491d97 (patch)
treebeff32f2644eab6c5972b4dc6b2ffbd3f6e83b17 /target/linux/ar71xx/base-files/sbin
parent6d0042cd3c1a67febf877af522314f2f1972de5d (diff)
ar71xx: don't break the existing network configuration in the wget2nand script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20228 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 10eb59f18..99823be84 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"