mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:23:09 +02:00
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
This commit is contained in:
parent
6d0042cd3c
commit
3ff9d155b1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user