projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4643507
)
scripts/om-fwupgradecfg-gen.sh: add support for the MR1750
author
Sven Eckelmann
<sven.eckelmann@open-mesh.com>
Thu, 19 May 2016 18:20:47 +0000
(20:20 +0200)
committer
Sven Eckelmann
<sven@narfation.org>
Wed, 21 Sep 2016 16:16:54 +0000
(18:16 +0200)
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com>
Backport of r46928
scripts/om-fwupgradecfg-gen.sh
patch
|
blob
|
history
diff --git
a/scripts/om-fwupgradecfg-gen.sh
b/scripts/om-fwupgradecfg-gen.sh
index
e132954
..
c790214
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