[openwrt/openwrt] uboot-envtools: add support for Check Point V-81
LEDE Commits
lede-commits at lists.infradead.org
Sun Jun 22 13:33:01 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2a3cb0e32de100f035fb3e53ac568fe26a655a04
commit 2a3cb0e32de100f035fb3e53ac568fe26a655a04
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Mon Apr 8 13:46:03 2024 +0900
uboot-envtools: add support for Check Point V-81
Add support for Check Point V-81 to add/edit bootcmd variables for
booting OpenWrt.
Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16904
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/boot/uboot-tools/uboot-envtools/files/mvebu | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/boot/uboot-tools/uboot-envtools/files/mvebu b/package/boot/uboot-tools/uboot-envtools/files/mvebu
index 5b0850b32c..a55ce3649f 100644
--- a/package/boot/uboot-tools/uboot-envtools/files/mvebu
+++ b/package/boot/uboot-tools/uboot-envtools/files/mvebu
@@ -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)
More information about the lede-commits
mailing list