Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
archive/target/linux/ppc40x/base-files/lib/ppc40x.sh
Gabor Juhos e4cd89622f ppc40x: add sysupgrade support
Cc: backfire@openwrt.org


SVN-Revision: 20821
2010-04-12 12:21:18 +00:00

12 lines
173 B
Bash
Executable File

#!/bin/sh
#
# Copyright (C) 2010 OpenWrt.org
#
ppc40x_board_name() {
local model
model=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /model/ {print $2}' /proc/cpuinfo)
echo $model
}