diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-16 11:52:42 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-16 11:52:42 +0000 |
commit | 098377af257c8c1d5775aff414b7e2243605e2ba (patch) | |
tree | e0fe8c414f6552151e8bcf7b19d4aaa25b8b89de /target/linux/brcm63xx/base-files/etc/hotplug.d/firmware | |
parent | 52ffc6faa7af5687944feae7d91badab5e58842b (diff) | |
download | mtk-20170518-098377af257c8c1d5775aff414b7e2243605e2ba.zip mtk-20170518-098377af257c8c1d5775aff414b7e2243605e2ba.tar.gz mtk-20170518-098377af257c8c1d5775aff414b7e2243605e2ba.tar.bz2 |
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
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-eeprom | 4 |
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 23e9b4f..9a324ea 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 ;; *) |