diff options
author | John Crispin <john@openwrt.org> | 2015-09-14 20:11:18 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-09-14 20:11:18 +0000 |
commit | 3d5cdf7094e7f2dfafe99e29abf7cd836d8d3a63 (patch) | |
tree | 4b5b714acfbf9e69dfebbe55621e4b8561860451 /scripts | |
parent | cbf71651ec2acf1a79655f3fcf03ba2e9014a9ea (diff) | |
download | upstream-3d5cdf7094e7f2dfafe99e29abf7cd836d8d3a63.tar.gz upstream-3d5cdf7094e7f2dfafe99e29abf7cd836d8d3a63.tar.bz2 upstream-3d5cdf7094e7f2dfafe99e29abf7cd836d8d3a63.zip |
scripts/om-fwupgradecfg-gen.sh: add support for the MR1750
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 46928
Diffstat (limited to 'scripts')
-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 d385e5e264..fab1582854 100644 --- a/scripts/om-fwupgradecfg-gen.sh +++ b/scripts/om-fwupgradecfg-gen.sh @@ -7,7 +7,7 @@ # usage() { - echo "Usage: $0 <OM2P|OM5P|MR600|MR900> <out file path> <kernel path> <rootfs path>" + echo "Usage: $0 <OM2P|OM5P|MR600|MR900|MR1750> <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|MR900) + OM5P|MR600|MR900|MR1750) MAX_PART_SIZE=7808 KERNEL_FLASH_ADDR=0xb0000 FLASH_BS=65536 |