diff options
| author | Enrico Mioso | 2024-11-09 21:14:32 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-11-14 04:14:23 +0000 |
| commit | 785ebf2baff4adadf818d71a99fdb2d2300590ba (patch) | |
| tree | 970c5f2001f3fa4ff9d6088fcfb6c43b759a1d89 | |
| parent | 7f2c7b3238ee26180d44528ae98fd2f54e874511 (diff) | |
| download | openwrt-785ebf2baff4adadf818d71a99fdb2d2300590ba.tar.gz | |
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@gmail.com>
| -rw-r--r-- | package/boot/uboot-envtools/files/mediatek_filogic | 3 |
1 files changed, 3 insertions, 0 deletions
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|\ |