Skip to content

Commit a910a2c

Browse files
author
John Crispin
committed
scripts/om-fwupgradecfg-gen.sh: add support for the OM5P-AC
Signed-off-by: Sven Eckelmann <[email protected]> SVN-Revision: 49143
1 parent 2fa2d97 commit a910a2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/om-fwupgradecfg-gen.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
usage() {
10-
echo "Usage: $0 <OM2P|OM5P|MR600|MR900|MR1750> <out file path> <kernel path> <rootfs path>"
10+
echo "Usage: $0 <OM2P|OM5P|OM5PAC|MR600|MR900|MR1750> <out file path> <kernel path> <rootfs path>"
1111
rm -f $CFG_OUT
1212
exit 1
1313
}
@@ -26,7 +26,7 @@ case $CE_TYPE in
2626
FLASH_BS=262144
2727
MD5_SKIP_BLOCKS=1
2828
;;
29-
OM5P|MR600|MR900|MR1750)
29+
OM5P|OM5PAC|MR600|MR900|MR1750)
3030
MAX_PART_SIZE=7808
3131
KERNEL_FLASH_ADDR=0xb0000
3232
FLASH_BS=65536

0 commit comments

Comments
 (0)