diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-15 11:03:33 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-15 11:03:33 +0000 |
commit | 3ff9d155b124b88a9108abc06d15be1cbc491d97 (patch) | |
tree | beff32f2644eab6c5972b4dc6b2ffbd3f6e83b17 /target/linux/ar71xx | |
parent | 6d0042cd3c1a67febf877af522314f2f1972de5d (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')
-rwxr-xr-x | target/linux/ar71xx/base-files/sbin/wget2nand | 4 |
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" |