mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-08 01:10:18 +02:00
6 lines
104 B
Bash
6 lines
104 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
kirkwood_hardware_name() {
|
||
|
grep ^Hardware /proc/cpuinfo | sed "s/Hardware.*: \(.*\)/\1/g"
|
||
|
}
|