diff options
author | Wenli Looi <wlooi@ucalgary.ca> | 2022-08-01 03:23:22 +0000 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-09-23 17:03:10 +0200 |
commit | 7707b47c7277e319303685b12911f5a20bd422dd (patch) | |
tree | 1c545143da808c914a0f95ccdea7ca7a5d1aaa99 /package/boot/uboot-envtools/files/ramips | |
parent | f3ffb04a43465dbe06ffb22e0a9d228b8b1ad0a2 (diff) | |
download | upstream-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)
Diffstat (limited to 'package/boot/uboot-envtools/files/ramips')
-rw-r--r-- | package/boot/uboot-envtools/files/ramips | 2 |
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 |