apm821xx: MR24: add to uboot-envtools
[openwrt/staging/mkresin.git] / package / boot / uboot-envtools / files / apm821xx
index 3cedd8bc2d5ce0f47ce952f4b2c6340ff5319ce2..94c0d8944a32c4f7e0173db1f22d401f64d505bb 100644 (file)
@@ -10,6 +10,10 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
+meraki,mr24)
+       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000" "4"
+       ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x4000" "0x4000" "4"
+       ;;
 esac
 
 config_load ubootenv