2
0
forked from Ivasoft/openwrt

brcm63xx: switch to board_name based configuration

Board IDs are not unique, so in preparation for depricating them, always
use board_name for any (default) configuration decisions.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 44836
This commit is contained in:
Jonas Gorski
2015-03-16 11:52:42 +00:00
parent 52ffc6faa7
commit 098377af25
4 changed files with 94 additions and 92 deletions

View File

@@ -26,12 +26,12 @@ rt2x00_eeprom_extract() {
. /lib/brcm63xx.sh
board=$board_id
board=$(brcm63xx_board_name)
case "$FIRMWARE" in
"rt2x00.eeprom" )
case $board in
HW556_C)
hg556a_c)
rt2x00_eeprom_extract "cal_data" 130560 512
;;
*)