all: drop old uci-defaults.sh

Replace former uci-defaults.sh implementation with the uci-defaults-new.sh one
and update all users accordingly.

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

SVN-Revision: 47867
This commit is contained in:
Jo-Philipp Wich
2015-12-11 15:26:06 +00:00
parent b0b8293b7e
commit 67e1c87012
40 changed files with 548 additions and 893 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2011 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/ar71xx.sh
board_config_update

View File

@@ -4,7 +4,7 @@
#
. /lib/functions/system.sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/ar71xx.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/ar71xx.sh
board_config_update

View File

@@ -4,7 +4,7 @@
#
. /lib/arc.sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2014-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/at91.sh
board_config_update

View File

@@ -2,7 +2,7 @@
# Copyright 2012-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2011 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) 2014-2015 OpenWrt.org
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/brcm2708.sh
. /lib/functions.sh
. /lib/functions/system.sh

View File

@@ -2,7 +2,7 @@
# Copyright (C) 2006-2015 OpenWrt.org
. /lib/functions/system.sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
detect_by_vlanports() {
local vlan0ports="$(nvram get vlan0ports)"

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2013-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/brcm63xx.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2012-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/brcm63xx.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2013-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/imx6.sh
board=$(imx6_board_name)

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/ipq806x.sh
board_config_update

View File

@@ -4,7 +4,7 @@
# Copyright (c) 2011-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/ipq806x.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2012-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/kirkwood.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2012-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/kirkwood.sh
board_config_update

View File

@@ -4,7 +4,7 @@
# based on ar71xx
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/functions/lantiq.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2011-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/functions/system.sh
. /lib/functions/lantiq.sh

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) 2015 OpenWrt.org
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2012-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/mcs814x.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update
ucidef_set_interface_lan "eth0"

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) 2014-2015 OpenWrt.org
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/mpc85xx.sh
. /lib/functions.sh
. /lib/functions/system.sh

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2014-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/mvebu.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2014-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/mvebu.sh
board_config_update

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) 2013-2015 OpenWrt.org
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/mxs.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2014-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/netlogic.sh
board_config_update

View File

@@ -3,7 +3,7 @@
# Copyright (C) 2014-2015 OpenWrt.org
#
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/functions/octeon.sh
board_config_update

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/oxnas.sh
board=$(oxnas_board_name)

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/functions/system.sh
board_config_update

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/ramips.sh
set_usb_led() {

View File

@@ -2,7 +2,7 @@
. /lib/functions.sh
. /lib/ramips.sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
. /lib/functions/system.sh
ramips_setup_rt3x5x_vlans()

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) 2015 OpenWrt.org
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update
ucidef_set_interface_lan "eth0" "dhcp"

View File

@@ -4,7 +4,7 @@
#
. /lib/sunxi.sh
. /lib/functions/uci-defaults-new.sh
. /lib/functions/uci-defaults.sh
board_config_update