brcm63xx: Add Huawei HG655b support
[openwrt/openwrt.git] / target / linux / brcm63xx / base-files / etc / hotplug.d / firmware / 10-rt2x00-eeprom
index 8e229d1d9aec4bc9815436264b852bc5e45de4c3..434748537e89dfa4f5a6839334f313d3c14af67d 100644 (file)
@@ -26,14 +26,17 @@ rt2x00_eeprom_extract() {
 
 . /lib/brcm63xx.sh
 
-board=$board_name
+board=$(brcm63xx_board_name)
 
 case "$FIRMWARE" in
 "rt2x00.eeprom" )
        case $board in
-       HW556_A)
+       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"
                ;;