mvebu: migrate led and network setup to board detection framework

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 47541
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 9 years ago
parent 8e79f25991
commit e20b689249

@ -1,11 +1,13 @@
#!/bin/sh
#
# Copyright (C) 2014 OpenWrt.org
# Copyright (C) 2014-2015 OpenWrt.org
#
. /lib/functions/uci-defaults.sh
. /lib/functions/uci-defaults-new.sh
. /lib/mvebu.sh
board_config_update
board=$(mvebu_board_name)
case "$board" in
@ -32,6 +34,6 @@ armada-xp-linksys-mamba)
esac
ucidef_commit_leds
board_config_flush
exit 0

@ -3,13 +3,11 @@
# Copyright (C) 2014-2015 OpenWrt.org
#
[ -e /etc/config/network ] && exit 0
touch /etc/config/network
. /lib/functions/uci-defaults.sh
. /lib/functions/uci-defaults-new.sh
. /lib/mvebu.sh
board_config_update
ucidef_set_interface_loopback
board=$(mvebu_board_name)
@ -41,6 +39,6 @@ armada-xp-gp)
;;
esac
uci commit network
board_config_flush
exit 0
Loading…
Cancel
Save