brcm63xx: base-files: rename board_name to board_id
authorJonas Gorski <jogo@openwrt.org>
Mon, 16 Mar 2015 11:52:16 +0000 (11:52 +0000)
committerJonas Gorski <jogo@openwrt.org>
Mon, 16 Mar 2015 11:52:16 +0000 (11:52 +0000)
Rename board_name to board_id to prepare for using board_name as a
proper name for the board.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44832 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
target/linux/brcm63xx/base-files/etc/uci-defaults/01_leds
target/linux/brcm63xx/base-files/etc/uci-defaults/02_network
target/linux/brcm63xx/base-files/etc/uci-defaults/09_fix_crc
target/linux/brcm63xx/base-files/lib/brcm63xx.sh

index 69d797e..441dc68 100644 (file)
@@ -6,7 +6,7 @@
 . /lib/functions/uci-defaults.sh
 . /lib/brcm63xx.sh
 
-case "$board_name" in
+case "$board_id" in
 963281T_TEF)
        ucidef_set_led_netdev "lan" "LAN" "A4001N1:green:eth" "eth0"
        ucidef_set_led_usbdev "usb" "USB" "A4001N1:green:3g" "1-1"
index 6b9736a..b41ee7e 100644 (file)
@@ -12,7 +12,7 @@ touch /etc/config/network
 
 ucidef_set_interface_loopback
 
-case "$board_name" in
+case "$board_id" in
 
 96348W3 |\
 96358-502V |\
index 2840eb1..c1c0194 100644 (file)
@@ -12,7 +12,7 @@ do_fixcrc() {
 
 brcm63xx_detect
 
-case "$board_name" in
+case "$board_id" in
        96328avng |\
        96328A-1241N |\
        96328A-1441N1 |\
index 55e6796..e1d52c2 100755 (executable)
@@ -4,7 +4,7 @@
 #
 #
 
-board_name=""
+board_id=""
 status_led=""
 status_led2=""
 sys_mtd_part=""
@@ -12,13 +12,13 @@ brcm63xx_has_reset_button=""
 ifname=""
 
 brcm63xx_detect() {
-       board_name=$(awk 'BEGIN{FS="[ \t:/]+"} /system type/ {print $4}' /proc/cpuinfo)
+       board_id=$(awk 'BEGIN{FS="[ \t:/]+"} /system type/ {print $4}' /proc/cpuinfo)
 
-       if [ "$board_name" = "96358VW" ] && [ -n "$(swconfig dev eth1 help 2>/dev/null)" ]; then
-               board_name="DVAG3810BN"
+       if [ "$board_id" = "96358VW" ] && [ -n "$(swconfig dev eth1 help 2>/dev/null)" ]; then
+               board_id="DVAG3810BN"
        fi
 
-       case "$board_name" in
+       case "$board_id" in
        963281TAN)
                status_led="963281TAN::power"
                ifname=eth0