diff options
| author | INAGAKI Hiroshi | 2024-04-08 04:46:03 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-06-22 20:17:20 +0000 |
| commit | 92a5a4935eb1ba1a65567678a9368698a00966c5 (patch) | |
| tree | e8141c239c0147fa2d27da65ca3beafa35a4c172 | |
| parent | 2c379af5437b8b95a9f5e39c1890ade1eb002416 (diff) | |
| download | openwrt-92a5a4935eb1ba1a65567678a9368698a00966c5.tar.gz | |
uboot-envtools: add support for Check Point V-80
Add support for Check Point V-80 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>
| -rw-r--r-- | package/boot/uboot-tools/uboot-envtools/files/mvebu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/boot/uboot-tools/uboot-envtools/files/mvebu b/package/boot/uboot-tools/uboot-envtools/files/mvebu index c4ce76cf24..5b0850b32c 100644 --- a/package/boot/uboot-tools/uboot-envtools/files/mvebu +++ b/package/boot/uboot-tools/uboot-envtools/files/mvebu @@ -17,6 +17,9 @@ buffalo,ls220de|\ buffalo,ls421de) ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" ;; +checkpoint,v-80) + ubootenv_add_uci_config "/dev/mmcblk1boot0" "0x1f0000" "0x10000" + ;; cznic,turris-omnia) idx="$(find_mtd_index u-boot-env)" if [ -n "$idx" ]; then |