[openwrt/openwrt] uboot-envtools: add env settings for Edgerouter-X
LEDE Commits
lede-commits at lists.infradead.org
Thu Apr 25 12:33:20 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/99eb0d0e33d1541906af8c0143a8000d6ba4ba25
commit 99eb0d0e33d1541906af8c0143a8000d6ba4ba25
Author: Tim Lunn <tim at feathertop.org>
AuthorDate: Mon Apr 22 20:53:50 2024 +1000
uboot-envtools: add env settings for Edgerouter-X
uboot-envtools is currently missing config for Edgerouter-X
and its not immediately obvious what settings to manually
apply.
Provide default configuration for envtools on Edgerouter-X.
Signed-off-by: Tim Lunn <tim at feathertop.org>
---
package/boot/uboot-envtools/files/ramips | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/boot/uboot-envtools/files/ramips b/package/boot/uboot-envtools/files/ramips
index 317121f2be..b0c22827eb 100644
--- a/package/boot/uboot-envtools/files/ramips
+++ b/package/boot/uboot-envtools/files/ramips
@@ -100,7 +100,9 @@ linksys,ea7300-v2|\
linksys,ea7500-v2|\
linksys,ea8100-v1|\
linksys,ea8100-v2|\
-mts,wg430223)
+mts,wg430223|\
+ubnt,edgerouter-x|\
+ubnt,edgerouter-x-sfp)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x20000"
;;
snr,snr-cpe-me1|\
More information about the lede-commits
mailing list