1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 23:32:01 +03:00

cns3xxx: fix coding style in board script

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34113 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka 2012-11-07 23:12:06 +00:00
parent 9601fbbb43
commit 1a061108bc

View File

@ -4,12 +4,12 @@
#
cns3xxx_board_name() {
local machine
local name
local machine
local name
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /Hardware/ {print $2}' /proc/cpuinfo)
machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /Hardware/ {print $2}' /proc/cpuinfo)
case "$machine" in
case "$machine" in
"Gateworks Corporation Laguna"*)
name="laguna"
;;