uboot-envtools: add support for OpenWrt One
authorJohn Crispin <john@phrozen.org>
Sat, 31 Aug 2024 16:59:35 +0000 (18:59 +0200)
committerDavid Bauer <mail@david-bauer.net>
Sat, 14 Sep 2024 17:09:07 +0000 (19:09 +0200)
Signed-off-by: John Crispin <john@phrozen.org>
package/boot/uboot-envtools/files/mediatek_filogic

index b567481215717b929c57f9aa403ac2e49ea51c8d..417a3ad9de0cb74234ac27e60cbeb3020c9a38c6 100644 (file)
@@ -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")