2
0
forked from Ivasoft/openwrt

brcm63xx: fix HG556a boards and remove fallback board

This changes board info to match the Wiki
http://wiki.openwrt.org/toh/huawei/hg556a, removes the no longer needed
fallback board and fixes HG556 Ralink eeprom extraction.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: rename partitions instead]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 42206
This commit is contained in:
Jonas Gorski
2014-08-18 21:50:29 +00:00
parent 09739f8ba5
commit 29e4d82dbb
21 changed files with 43 additions and 148 deletions

View File

@@ -31,7 +31,7 @@ board=$board_name
case "$FIRMWARE" in
"rt2x00.eeprom" )
case $board in
HW556_A)
HW556_C)
rt2x00_eeprom_extract "cal_data" 130560 512
;;
*)