uboot-envtools: add env settings for ubnt,unifi-6-lr-ubootmod
authorDaniel Golle <daniel@makrotopia.org>
Sun, 4 Apr 2021 16:16:42 +0000 (17:16 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 9 Apr 2021 15:04:51 +0000 (16:04 +0100)
Add settings for fw_printenv/fw_setenv for the Ubiquiti UniFi 6 LR
when running OpenWrt's version of U-Boot. The settings should work
equally with the unmodified version, but that has not yet been
tested.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/boot/uboot-envtools/files/mediatek

index 4db1c6ef4d96eaf0ae9760269726e7853308d9a8..e206b7442b6f32982aafe8e2374a8c066f5349a2 100644 (file)
@@ -13,11 +13,11 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
-"linksys,e8450-ubi")
+linksys,e8450-ubi)
        ubootenv_add_uci_config "/dev/ubi0_0" "0x0" "0x1f000" "0x1f000" "1"
        ubootenv_add_uci_config "/dev/ubi0_1" "0x0" "0x1f000" "0x1f000" "1"
        ;;
-"bananapi,bpi-r64")
+bananapi,bpi-r64)
        . /lib/upgrade/platform.sh
        local rootdev=$(get_rootdev)
        local envdev=/dev/$(get_partition $rootdev ubootenv)
@@ -27,6 +27,9 @@ case "$board" in
 buffalo,wsr-2533dhp2)
        ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x1000" "0x20000"
        ;;
+ubnt,unifi-6-lr-ubootmod)
+       ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x1000" "0x10000"
+       ;;
 esac
 
 config_load ubootenv