From ed3aca86a69df80cf802482bcefd4404b8ae3219 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 15 Mar 2010 11:03:33 +0000 Subject: [PATCH] ar71xx: don't break the existing network configuration in the wget2nand script SVN-Revision: 20228 --- target/linux/ar71xx/base-files/sbin/wget2nand | 4 ---- 1 file changed, 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" -- 2.30.2