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/mcs814x/base-files/etc/board.d | |
parent | b0b8293b7e0cf6102dca56b47bf25a92b8feba66 (diff) | |
download | mtk-20170518-67e1c8701215724dcee9fabcbd7a397ea76e1a9d.zip mtk-20170518-67e1c8701215724dcee9fabcbd7a397ea76e1a9d.tar.gz mtk-20170518-67e1c8701215724dcee9fabcbd7a397ea76e1a9d.tar.bz2 |
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/mcs814x/base-files/etc/board.d')
-rwxr-xr-x | target/linux/mcs814x/base-files/etc/board.d/01_leds | 2 | ||||
-rwxr-xr-x | target/linux/mcs814x/base-files/etc/board.d/02_network | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mcs814x/base-files/etc/board.d/01_leds b/target/linux/mcs814x/base-files/etc/board.d/01_leds index 3b1de4a..efcf809 100755 --- a/target/linux/mcs814x/base-files/etc/board.d/01_leds +++ b/target/linux/mcs814x/base-files/etc/board.d/01_leds @@ -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 diff --git a/target/linux/mcs814x/base-files/etc/board.d/02_network b/target/linux/mcs814x/base-files/etc/board.d/02_network index a447923..d3f2e65 100755 --- a/target/linux/mcs814x/base-files/etc/board.d/02_network +++ b/target/linux/mcs814x/base-files/etc/board.d/02_network @@ -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" |