aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/hotplug.d/firmware
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-03-16 11:52:42 +0000
committerJonas Gorski <jogo@openwrt.org>2015-03-16 11:52:42 +0000
commit23f14889e798fdbfb02a4db353b2dc3c40e0899d (patch)
tree8a833f44397c0470d0ad468496cd5fdf039964c2 /target/linux/brcm63xx/base-files/etc/hotplug.d/firmware
parent6b0ccff5880c226a138d8e825e9534a28e848c69 (diff)
downloadmaster-187ad058-23f14889e798fdbfb02a4db353b2dc3c40e0899d.tar.gz
master-187ad058-23f14889e798fdbfb02a4db353b2dc3c40e0899d.tar.bz2
master-187ad058-23f14889e798fdbfb02a4db353b2dc3c40e0899d.zip
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44836 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/hotplug.d/firmware')
-rw-r--r--target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom4
1 files changed, 2 insertions, 2 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 23e9b4f796..9a324eacbd 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
@@ -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
;;
*)