#!/bin/sh # # Copyright (C) 2012 OpenWrt.org # [ -e /etc/config/network ] && exit 0 set_lan_dhcp() { local ifname=$1 uci batch <