From: Jo-Philipp Wich Date: Thu, 3 Dec 2015 23:13:04 +0000 (+0000) Subject: kirkwood: add missing board_config_flush(), remove dead code X-Git-Tag: reboot~1316 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=296212c301cee1a15b140e1d0c91bc0e946c2716;p=openwrt%2Fstaging%2Fjogo.git kirkwood: add missing board_config_flush(), remove dead code Signed-off-by: Jo-Philipp Wich SVN-Revision: 47745 --- diff --git a/target/linux/kirkwood/base-files/etc/board.d/02_network b/target/linux/kirkwood/base-files/etc/board.d/02_network index eb091745af..355418b229 100755 --- a/target/linux/kirkwood/base-files/etc/board.d/02_network +++ b/target/linux/kirkwood/base-files/etc/board.d/02_network @@ -3,30 +3,11 @@ # Copyright (C) 2012-2015 OpenWrt.org # -[ -e /etc/config/network ] && exit 0 - -touch /etc/config/network - -set_lan_dhcp() { - local ifname=$1 - uci batch <