diff options
author | John Crispin <john@openwrt.org> | 2014-11-14 16:54:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-14 16:54:23 +0000 |
commit | 9b1bc2d671f7e7686f1eb006ca25cd1dbfa33946 (patch) | |
tree | a44fd66e4294c254245f4764556fe321aedca0df /scripts/om-fwupgradecfg-gen.sh | |
parent | cfdaa8aefd9f4d726135def66835bcd22a23de02 (diff) | |
download | upstream-9b1bc2d671f7e7686f1eb006ca25cd1dbfa33946.tar.gz upstream-9b1bc2d671f7e7686f1eb006ca25cd1dbfa33946.tar.bz2 upstream-9b1bc2d671f7e7686f1eb006ca25cd1dbfa33946.zip |
scripts/om-fwupgradecfg-gen.sh: add support for the MR900
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 43260
Diffstat (limited to 'scripts/om-fwupgradecfg-gen.sh')
-rw-r--r-- | scripts/om-fwupgradecfg-gen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/om-fwupgradecfg-gen.sh b/scripts/om-fwupgradecfg-gen.sh index 8869059602..e1329549b8 100644 --- a/scripts/om-fwupgradecfg-gen.sh +++ b/scripts/om-fwupgradecfg-gen.sh @@ -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 |