diff options
author | John Crispin <john@phrozen.org> | 2024-08-31 18:59:35 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2024-09-10 17:23:04 +0200 |
commit | 28d8f3392563aaca5d70c85727fa6a9d134078ce (patch) | |
tree | 011a8d7c2769561f370d6b75becbd5871f132d49 | |
parent | ee798653f3a9f5cd2fcd2c483f764fecd9ce80c9 (diff) | |
download | openwrt-28d8f3392563aaca5d70c85727fa6a9d134078ce.tar.gz openwrt-28d8f3392563aaca5d70c85727fa6a9d134078ce.tar.bz2 openwrt-28d8f3392563aaca5d70c85727fa6a9d134078ce.zip |
uboot-envtools: add support for OpenWrt One
Signed-off-by: John Crispin <john@phrozen.org>
-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 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") |