Author: blogic
Date: 2014-11-14 17:54:23 +0100 (Fri, 14 Nov 2014)
New Revision: 43260

Modified:
   trunk/scripts/om-fwupgradecfg-gen.sh
Log:
scripts/om-fwupgradecfg-gen.sh: add support for the MR900

Signed-off-by: Sven Eckelmann <[email protected]>

Modified: trunk/scripts/om-fwupgradecfg-gen.sh
===================================================================
--- trunk/scripts/om-fwupgradecfg-gen.sh        2014-11-14 16:54:15 UTC (rev 
43259)
+++ trunk/scripts/om-fwupgradecfg-gen.sh        2014-11-14 16:54:23 UTC (rev 
43260)
@@ -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 @@
                FLASH_BS=262144
                MD5_SKIP_BLOCKS=1
                ;;
-       OM5P|MR600)
+       OM5P|MR600|MR900)
                MAX_PART_SIZE=7808
                KERNEL_FLASH_ADDR=0xb0000
                FLASH_BS=65536
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to