netlogic: switch from uci-defaults to board.d

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

SVN-Revision: 47736
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 9 years ago
parent 80a3e65a9d
commit 99cf19dfc2

@ -0,0 +1,13 @@
#!/bin/sh
# Copyright (C) 2015 OpenWrt.org
. /lib/functions/uci-defaults-new.sh
board_config_update
ucidef_set_board_id "$(cat /tmp/sysinfo/board_name)"
ucidef_set_model_name "$(cat /tmp/sysinfo/model)"
board_config_flush
exit 0

@ -3,14 +3,10 @@
# Copyright (C) 2014 OpenWrt.org
#
[ -e /etc/config/network ] && exit 0
touch /etc/config/network
. /lib/functions/uci-defaults.sh
. /lib/functions/uci-defaults-now.sh
. /lib/netlogic.sh
ucidef_set_interface_loopback
board_config_update
case "$board_name" in
"xlp-evp" |\
@ -23,6 +19,6 @@ case "$board_name" in
esac
uci commit network
board_config_flush
exit 0
Loading…
Cancel
Save