summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-08-18 21:50:29 +0000
committerJonas Gorski <jogo@openwrt.org>2014-08-18 21:50:29 +0000
commit29e4d82dbbf4b3c6825ea5cecd6d34509591d292 (patch)
treef1db3484d9202956e0e26a7da463a45363d1491e /target/linux/brcm63xx/base-files
parent09739f8ba5f4f6e4d7a4c3312a8471c06e99a8f1 (diff)
downloadmaster-31e0f0ae-29e4d82dbbf4b3c6825ea5cecd6d34509591d292.tar.gz
master-31e0f0ae-29e4d82dbbf4b3c6825ea5cecd6d34509591d292.tar.bz2
master-31e0f0ae-29e4d82dbbf4b3c6825ea5cecd6d34509591d292.zip
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
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rw-r--r--target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
index 8e229d1d9a..2d8f1f55ff 100644
--- a/target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
+++ b/target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
@@ -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
;;
*)