scripts/om-fwupgradecfg-gen.sh: add support for the MR900
authorJohn Crispin <john@openwrt.org>
Fri, 14 Nov 2014 16:54:23 +0000 (16:54 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 14 Nov 2014 16:54:23 +0000 (16:54 +0000)
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43260

scripts/om-fwupgradecfg-gen.sh

index 8869059602663b8343a50bd9d54c4d84422e0771..e1329549b8313efb3ae8dc8b0475759a6dba58ce 100644 (file)
@@ -7,7 +7,7 @@
 #
 
 usage() {
-       echo "Usage: $0 <OM2P|OM5P|MR600> <out file path> <kernel path> <rootfs path>"
+       echo "Usage: $0 <OM2P|OM5P|MR600|MR900> <out file path> <kernel path> <rootfs path>"
        rm -f $CFG_OUT
        exit 1
 }
@@ -26,7 +26,7 @@ case $CE_TYPE in
                FLASH_BS=262144
                MD5_SKIP_BLOCKS=1
                ;;
-       OM5P|MR600)
+       OM5P|MR600|MR900)
                MAX_PART_SIZE=7808
                KERNEL_FLASH_ADDR=0xb0000
                FLASH_BS=65536