[openwrt/openwrt] uboot-envtools: add support for OpenWrt One
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 10 08:28:18 PDT 2024
blogic pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/28d8f3392563aaca5d70c85727fa6a9d134078ce
commit 28d8f3392563aaca5d70c85727fa6a9d134078ce
Author: John Crispin <john at phrozen.org>
AuthorDate: Sat Aug 31 18:59:35 2024 +0200
uboot-envtools: add support for OpenWrt One
Signed-off-by: John Crispin <john at phrozen.org>
---
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 b567481215..417a3ad9de 100644
--- a/package/boot/uboot-envtools/files/mediatek_filogic
+++ b/package/boot/uboot-envtools/files/mediatek_filogic
@@ -104,6 +104,9 @@ openembed,som7981)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x80000" "0x80000"
ubootenv_add_uci_sys_config "/dev/mtd3" "0x0" "0x100000" "0x100000"
;;
+openwrt,one)
+ ubootenv_add_ubi_default
+ ;;
smartrg,sdg-8733|\
smartrg,sdg-8734)
local envdev=$(find_mmc_part "u-boot-env" "mmcblk0")
More information about the lede-commits
mailing list