diff options
| author | Joe Holden | 2025-07-30 12:18:28 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-08-03 13:34:51 +0000 |
| commit | 966bd308eb2e9a713baa1dbecc47df0d728e1286 (patch) | |
| tree | a1925a95bb412cb54816a2f4b2f84754afa755d0 | |
| parent | c95a08b1c565e29a986f4eda5d35ea0613d35095 (diff) | |
| download | openwrt-966bd308eb2e9a713baa1dbecc47df0d728e1286.tar.gz | |
uboot-envtools: gs1900-48: set fw_env/sys.config
GS1900-48 is missing from package/boot/uboot-tools/uboot-envtools/files/realtek, so add it to be consistent.
Signed-off-by: Joe Holden <jwh@zorins.us>
Link: https://github.com/openwrt/openwrt/pull/19596
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/uboot-tools/uboot-envtools/files/realtek | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/uboot-tools/uboot-envtools/files/realtek b/package/boot/uboot-tools/uboot-envtools/files/realtek index 49921da151..9b8bf90c27 100644 --- a/package/boot/uboot-tools/uboot-envtools/files/realtek +++ b/package/boot/uboot-tools/uboot-envtools/files/realtek @@ -26,7 +26,8 @@ zyxel,gs1900-24-v1|\ zyxel,gs1900-24e|\ zyxel,gs1900-24ep|\ zyxel,gs1900-24hp-v1|\ -zyxel,gs1900-24hp-v2) +zyxel,gs1900-24hp-v2|\ +zyxel,gs1900-48) ubootenv_add_mtd "u-boot-env" "0x0" "0x400" "0x10000" ubootenv_add_sys_mtd "u-boot-env2" "0x0" "0x1000" "0x10000" ;; |