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, 5 Aug 2022 12:10:42 +0000 (14:10 +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>
package/boot/uboot-envtools/files/ramips

index 13d9c6223a13eb3bf9c61b7e42028c4a49b6f0ae..9d19398b368257977d44381ac3d16895c3594968 100644 (file)
@@ -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