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:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
. /lib/arc.sh
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Copyright 2012-2015 OpenWrt.org
|
||||
#
|
||||
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Copyright (C) 2011 OpenWrt.org
|
||||
#
|
||||
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
. /lib/oxnas.sh
|
||||
|
||||
board=$(oxnas_board_name)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
. /lib/functions/system.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
. /lib/ramips.sh
|
||||
|
||||
set_usb_led() {
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
. /lib/sunxi.sh
|
||||
. /lib/functions/uci-defaults-new.sh
|
||||
. /lib/functions/uci-defaults.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user