projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf7165
)
scripts/om-fwupgradecfg-gen.sh: add support for the MR1750
author
John Crispin
<john@openwrt.org>
Mon, 14 Sep 2015 20:11:18 +0000
(20:11 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 14 Sep 2015 20:11:18 +0000
(20:11 +0000)
Signed-off-by: Sven Eckelmann <sven@open-mesh.com>
SVN-Revision: 46928
scripts/om-fwupgradecfg-gen.sh
patch
|
blob
|
history
diff --git
a/scripts/om-fwupgradecfg-gen.sh
b/scripts/om-fwupgradecfg-gen.sh
index d385e5e2642a9034a9933ab8e73ba1faa511a1d3..fab1582854ecda70b8eeca8c1d6f461727248106 100644
(file)
--- 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