projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fa2d97
)
scripts/om-fwupgradecfg-gen.sh: add support for the OM5P-AC
author
John Crispin
<
[email protected]
>
Sat, 9 Apr 2016 10:25:54 +0000
(10:25 +0000)
committer
John Crispin
<
[email protected]
>
Sat, 9 Apr 2016 10:25:54 +0000
(10:25 +0000)
Signed-off-by: Sven Eckelmann <
[email protected]
>
SVN-Revision: 49143
scripts/om-fwupgradecfg-gen.sh
patch
|
blob
|
history
diff --git
a/scripts/om-fwupgradecfg-gen.sh
b/scripts/om-fwupgradecfg-gen.sh
index e208e6d36681d0edf3d5b9119197ccf70e867663..6c3b74cc1c7b4cb383b6fd92e4188d9fce55cab2 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|MR1750> <out file path> <kernel path> <rootfs path>"
+ echo "Usage: $0 <OM2P|OM5P|
OM5PAC|
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|MR1750)
+ OM5P|
OM5PAC|
MR600|MR900|MR1750)
MAX_PART_SIZE=7808
KERNEL_FLASH_ADDR=0xb0000
FLASH_BS=65536