2
0
forked from Ivasoft/openwrt

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

@@ -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)"