]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
uboot-envtools: add support for Check Point V-81
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Mon, 8 Apr 2024 04:46:03 +0000 (13:46 +0900)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 22 Jun 2025 20:17:20 +0000 (22:17 +0200)
Add support for Check Point V-81 to add/edit bootcmd variables for
booting OpenWrt.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16904
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/boot/uboot-tools/uboot-envtools/files/mvebu

index 5b0850b32c6d219c0a7ce4b2241e87f73ee2c365..a55ce3649f884925a1aac613365da5488a72514f 100644 (file)
@@ -17,7 +17,8 @@ buffalo,ls220de|\
 buffalo,ls421de)
        ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000"
        ;;
-checkpoint,v-80)
+checkpoint,v-80|\
+checkpoint,v-81)
        ubootenv_add_uci_config "/dev/mmcblk1boot0" "0x1f0000" "0x10000"
        ;;
 cznic,turris-omnia)