projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
x86: build fully functional images on Mac OS X, now that grub is fixed
[openwrt.git]
/
target
/
linux
/
ppc40x
/
base-files
/
lib
/
ppc40x.sh
1
#!/bin/sh
2
#
3
# Copyright (C) 2010 OpenWrt.org
4
#
5
6
ppc40x_board_name
() {
7
local
model
8
9
model
=
$
(
awk
'BEGIN{FS="[
\t
]+:[
\t
]"} /model/ {print
$2
}'
/
proc
/
cpuinfo
)
10
echo
$model
11
}
This page took
0.051672 seconds
and
5
git commands to generate.