ar71xx: don't break the existing network configuration in the wget2nand script

SVN-Revision: 20228
owl
Gabor Juhos 2010-03-15 11:03:33 +00:00
parent 0b6f786316
commit ed3aca86a6
1 changed files with 0 additions and 4 deletions

View File

@ -37,10 +37,6 @@ mtd_rootfs="$(find_mtd_part 'rootfs')"
exit 1 exit 1
} }
# first get an address for br-lan using udhcpc
killall udhcpc
/sbin/udhcpc -i br-lan
mkdir "$wget2nand_dir" mkdir "$wget2nand_dir"
wget $url_kernel -O "$src_kernel" || { wget $url_kernel -O "$src_kernel" || {
echo "Unable to download $url_kernel" echo "Unable to download $url_kernel"