mirror of https://github.com/hak5/openwrt.git
scripts/om-fwupgradecfg-gen.sh: add support for the OM5P-AC
Signed-off-by: Sven Eckelmann <sven.eckelmann@open-mesh.com> SVN-Revision: 49143
parent
2fa2d97ae2
commit
a910a2cdc7
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
usage() {
|
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
|
rm -f $CFG_OUT
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
@ -26,7 +26,7 @@ case $CE_TYPE in
|
||||||
FLASH_BS=262144
|
FLASH_BS=262144
|
||||||
MD5_SKIP_BLOCKS=1
|
MD5_SKIP_BLOCKS=1
|
||||||
;;
|
;;
|
||||||
OM5P|MR600|MR900|MR1750)
|
OM5P|OM5PAC|MR600|MR900|MR1750)
|
||||||
MAX_PART_SIZE=7808
|
MAX_PART_SIZE=7808
|
||||||
KERNEL_FLASH_ADDR=0xb0000
|
KERNEL_FLASH_ADDR=0xb0000
|
||||||
FLASH_BS=65536
|
FLASH_BS=65536
|
||||||
|
|
Loading…
Reference in New Issue