ar71xx: use KEY_RESTART and KEY_WPS_BUTTON code for the appropriate buttons
[openwrt.git] / target / linux / ar71xx / base-files / sbin / wget2nand
index 10eb59f..99823be 100755 (executable)
@@ -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"
This page took 0.024885 seconds and 4 git commands to generate.