diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-15 11:03:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-15 11:03:33 +0000 |
commit | ed3aca86a69df80cf802482bcefd4404b8ae3219 (patch) | |
tree | 479e5b75a32b130472e65002f31861a8670d1d6c /target/linux | |
parent | 0b6f786316b934752272252cc4c0a975c483a418 (diff) | |
download | mtk-20170518-ed3aca86a69df80cf802482bcefd4404b8ae3219.zip mtk-20170518-ed3aca86a69df80cf802482bcefd4404b8ae3219.tar.gz mtk-20170518-ed3aca86a69df80cf802482bcefd4404b8ae3219.tar.bz2 |
ar71xx: don't break the existing network configuration in the wget2nand script
SVN-Revision: 20228
Diffstat (limited to 'target/linux')
-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 10eb59f..99823be 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" |