[openwrt/openwrt] ramips: fix fw_setsys

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 24 09:06:38 PDT 2022


chunkeey pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/7707b47c7277e319303685b12911f5a20bd422dd

commit 7707b47c7277e319303685b12911f5a20bd422dd
Author: Wenli Looi <wlooi at ucalgary.ca>
AuthorDate: Mon Aug 1 03:23:22 2022 +0000

    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 at ucalgary.ca>
    (cherry picked from commit 4cccea02a60aee0dd77c4db35672c92e2fe384a1)
---
 package/boot/uboot-envtools/files/ramips | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the lede-commits mailing list