ramips: fix fw_setsys
authorWenli Looi <wlooi@ucalgary.ca>
Mon, 1 Aug 2022 03:23:22 +0000 (03:23 +0000)
committerChristian Lamparter <chunkeey@gmail.com>
Fri, 23 Sep 2022 15:03:10 +0000 (17:03 +0200)
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)

package/boot/uboot-envtools/files/ramips

index dfcaf56f81b948e9ff9d08077dacf7178b60d5fb..790b4b4df093dddf5fc79221ed68fad22075be45 100644 (file)
@@ -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