diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-12-11 15:26:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-12-11 15:26:06 +0000 |
commit | dd300dc979eb65b189656b34e8b2cfaeba0f6afb (patch) | |
tree | 1f18e7c8029af879fbd9459447d0c85942167ea6 /target/linux/bcm53xx | |
parent | f363faaf07d7f15473d3efc69686f6f8f57f9b68 (diff) | |
download | master-187ad058-dd300dc979eb65b189656b34e8b2cfaeba0f6afb.tar.gz master-187ad058-dd300dc979eb65b189656b34e8b2cfaeba0f6afb.tar.bz2 master-187ad058-dd300dc979eb65b189656b34e8b2cfaeba0f6afb.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47867 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/bcm53xx')
-rwxr-xr-x | target/linux/bcm53xx/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/base-files/etc/board.d/02_network b/target/linux/bcm53xx/base-files/etc/board.d/02_network index 4402861b04..c748e144cb 100755 --- a/target/linux/bcm53xx/base-files/etc/board.d/02_network +++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network @@ -3,7 +3,7 @@ # Copyright (C) 2011 OpenWrt.org # -. /lib/functions/uci-defaults-new.sh +. /lib/functions/uci-defaults.sh board_config_update |