aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenli Looi <wlooi@ucalgary.ca>2022-08-01 03:23:22 +0000
committerChristian Lamparter <chunkeey@gmail.com>2022-09-23 17:03:10 +0200
commit7707b47c7277e319303685b12911f5a20bd422dd (patch)
tree1c545143da808c914a0f95ccdea7ca7a5d1aaa99
parentf3ffb04a43465dbe06ffb22e0a9d228b8b1ad0a2 (diff)
downloadupstream-7707b47c7277e319303685b12911f5a20bd422dd.tar.gz
upstream-7707b47c7277e319303685b12911f5a20bd422dd.tar.bz2
upstream-7707b47c7277e319303685b12911f5a20bd422dd.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> (cherry picked from commit 4cccea02a60aee0dd77c4db35672c92e2fe384a1)
-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 dfcaf56f81..790b4b4df0 100644
--- a/package/boot/uboot-envtools/files/ramips
+++ b/package/boot/uboot-envtools/files/ramips
@@ -89,6 +89,6 @@ xiaomi,mi-router-cr6609)
esac
config_load ubootenv
-config_foreach ubootenv_add_app_config ubootenv
+config_foreach ubootenv_add_app_config
exit 0