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:
@@ -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
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user