bcm63xx: Add Huawei HG556a support
[openwrt/openwrt.git] / target / linux / brcm63xx / base-files / etc / hotplug.d / firmware / 10-rt2x00-eeprom
index c03ba4c6ec2dea57e61047662aae0b207cf7f9e9..eeb66e0d18dff4dfa06433efa69e3ed0c32a6ca5 100644 (file)
@@ -29,8 +29,11 @@ rt2x00_eeprom_extract() {
 board=$board_name
 
 case "$FIRMWARE" in
-"RT3062.eeprom" )
+"rt2x00.eeprom" )
        case $board in
+       HW556_A)
+               rt2x00_eeprom_extract "cal_data" 130560 272
+               ;;
        *)
                rt2x00_eeprom_die "board $board is not supported yet"
                ;;