[openwrt/openwrt] uboot-envtools: add support for GatoNetworks GDSP
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 28 10:57:39 PST 2024
ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/7d9fc260a1e56299a17eb23f1ba0ccda13fb445d
commit 7d9fc260a1e56299a17eb23f1ba0ccda13fb445d
Author: Enrico Mioso <mrkiko.rs at gmail.com>
AuthorDate: Sat Nov 9 22:14:32 2024 +0100
uboot-envtools: add support for GatoNetworks GDSP
This configuration should work with both stock and OpenWrt-based U-Boot.
Signed-off-by: Enrico Mioso <mrkiko.rs at gmail.com>
(cherry picked from commit 785ebf2baff4adadf818d71a99fdb2d2300590ba)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz at true.cz>
---
package/boot/uboot-envtools/files/mediatek_filogic | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/boot/uboot-envtools/files/mediatek_filogic b/package/boot/uboot-envtools/files/mediatek_filogic
index a38024de65..9de1a4d75d 100644
--- a/package/boot/uboot-envtools/files/mediatek_filogic
+++ b/package/boot/uboot-envtools/files/mediatek_filogic
@@ -86,6 +86,9 @@ zbtlink,zbt-z8103ax)
dlink,aquila-pro-ai-m30-a1)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x40000"
;;
+gatonetworks,gdsp)
+ ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
+ ;;
glinet,gl-x3000|\
glinet,gl-xe3000|\
glinet,gl-mt2500|\
More information about the lede-commits
mailing list