2
0
forked from Ivasoft/openwrt

brcm63xx: base-files: rename board_name to board_id

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>

SVN-Revision: 44832
This commit is contained in:
Jonas Gorski
2015-03-16 11:52:16 +00:00
parent ca7f6d28c8
commit 9c53e344c0
5 changed files with 9 additions and 9 deletions

View 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"

View File

@@ -12,7 +12,7 @@ touch /etc/config/network
ucidef_set_interface_loopback
case "$board_name" in
case "$board_id" in
96348W3 |\
96358-502V |\

View File

@@ -12,7 +12,7 @@ do_fixcrc() {
brcm63xx_detect
case "$board_name" in
case "$board_id" in
96328avng |\
96328A-1241N |\
96328A-1441N1 |\