mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
kirkwood: use uci-defaults to configure different boards
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31990 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
5
target/linux/kirkwood/base-files/lib/kirkwood.sh
Normal file
5
target/linux/kirkwood/base-files/lib/kirkwood.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
kirkwood_hardware_name() {
|
||||
grep ^Hardware /proc/cpuinfo | sed "s/Hardware.*: \(.*\)/\1/g"
|
||||
}
|
||||
Reference in New Issue
Block a user