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 | 67e1c8701215724dcee9fabcbd7a397ea76e1a9d (patch) | |
tree | 1d5dc377d45ac785134ec38dab38a1e49f63bad7 /target/linux/imx6/base-files | |
parent | b0b8293b7e0cf6102dca56b47bf25a92b8feba66 (diff) | |
download | upstream-67e1c8701215724dcee9fabcbd7a397ea76e1a9d.tar.gz upstream-67e1c8701215724dcee9fabcbd7a397ea76e1a9d.tar.bz2 upstream-67e1c8701215724dcee9fabcbd7a397ea76e1a9d.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>
SVN-Revision: 47867
Diffstat (limited to 'target/linux/imx6/base-files')
-rwxr-xr-x | target/linux/imx6/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx6/base-files/etc/board.d/02_network b/target/linux/imx6/base-files/etc/board.d/02_network index d4aac5acc5..cf11f62784 100755 --- a/target/linux/imx6/base-files/etc/board.d/02_network +++ b/target/linux/imx6/base-files/etc/board.d/02_network @@ -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) |