From: Wenli Looi <wlooi@ucalgary.ca>
Date: Mon, 1 Aug 2022 03:23:22 +0000 (+0000)
Subject: ramips: fix fw_setsys
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4cccea02a60aee0dd77c4db35672c92e2fe384a1;p=openwrt%2Fstaging%2Fjogo.git

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>
---

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