mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-11 05:11:27 +00: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"
|
|
}
|