aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-04-09 10:25:54 +0000
committerJohn Crispin <blogic@openwrt.org>2016-04-09 10:25:54 +0000
commit7c74d762ca54accc0c3262886bfa4f3a818c99ce (patch)
tree0651eeed50a263f84ca65edb4daeebc4c1443fe1 /scripts
parent9ea285b2e38e05fb8498ca70984e0ac361e6f68c (diff)
downloadmaster-187ad058-7c74d762ca54accc0c3262886bfa4f3a818c99ce.tar.gz
master-187ad058-7c74d762ca54accc0c3262886bfa4f3a818c99ce.tar.bz2
master-187ad058-7c74d762ca54accc0c3262886bfa4f3a818c99ce.zip
scripts/om-fwupgradecfg-gen.sh: add support for the OM5P-AC
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49143 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rw-r--r--scripts/om-fwupgradecfg-gen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/om-fwupgradecfg-gen.sh b/scripts/om-fwupgradecfg-gen.sh
index e208e6d366..6c3b74cc1c 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|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