aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools/files/ramips
diff options
context:
space:
mode:
authorWenli Looi <wlooi@ucalgary.ca>2022-08-01 03:23:22 +0000
committerChristian Lamparter <chunkeey@gmail.com>2022-08-05 14:10:42 +0200
commit4cccea02a60aee0dd77c4db35672c92e2fe384a1 (patch)
tree808a42735784fa5a74369ded6d2e5a39faf37af3 /package/boot/uboot-envtools/files/ramips
parent0bfe1cfbb13c58d909951cab9fac8910ccbe74f3 (diff)
downloadupstream-4cccea02a60aee0dd77c4db35672c92e2fe384a1.tar.gz
upstream-4cccea02a60aee0dd77c4db35672c92e2fe384a1.tar.bz2
upstream-4cccea02a60aee0dd77c4db35672c92e2fe384a1.zip
ramips: fix fw_setsys
This change was included in the original pull request but later omitted for some reason: https://github.com/openwrt/openwrt/pull/4936 Signed-off-by: Wenli Looi <wlooi@ucalgary.ca>
Diffstat (limited to 'package/boot/uboot-envtools/files/ramips')
-rw-r--r--package/boot/uboot-envtools/files/ramips2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips
index 13d9c6223a..9d19398b36 100644
--- a/package/boot/uboot-envtools/files/ramips
+++ b/package/boot/uboot-envtools/files/ramips
@@ -95,6 +95,6 @@ xiaomi,mi-router-cr6609)
esac
config_load ubootenv
-config_foreach ubootenv_add_app_config ubootenv
+config_foreach ubootenv_add_app_config
exit 0