2
0
forked from Ivasoft/openwrt

brcm63xx: Add Huawei HG655b support

This patch adds support for the Huawei HG655b.

Nothing much special in this router, it's just another BCM6368 with
a Ralink RT3062 wifi chip and the calibration data embedded in the
main flash chip at offset 0x7c0000. There is also configuration data
used by the OEM firmware before the cal_data partition, this area is
protected by the board_data partition in this patch.

Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 45708
This commit is contained in:
Jonas Gorski
2015-05-21 19:31:54 +00:00
parent 8304c0c04d
commit 509c3211d6
9 changed files with 207 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ case "$FIRMWARE" in
hg556a_c)
rt2x00_eeprom_extract "cal_data" 130560 512
;;
hg655b)
rt2x00_eeprom_extract "cal_data" 0 512
;;
*)
rt2x00_eeprom_die "board $board is not supported yet"
;;