From 832e02cd7738b6fa0e82a804b04fd8f44589c66f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 12 Nov 2011 23:40:16 +0000 Subject: lantiq: add /lib/lantiq.sh and make hotplug handlers use it SVN-Revision: 29003 --- target/linux/lantiq/base-files/lib/lantiq.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 target/linux/lantiq/base-files/lib/lantiq.sh (limited to 'target/linux/lantiq/base-files/lib') diff --git a/target/linux/lantiq/base-files/lib/lantiq.sh b/target/linux/lantiq/base-files/lib/lantiq.sh new file mode 100644 index 0000000..75e8ac2 --- /dev/null +++ b/target/linux/lantiq/base-files/lib/lantiq.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +lantiq_soc_name() { + grep ^system /proc/cpuinfo | sed "s/system type.*: \(.*\)/\1/g" +} + +lantiq_board_name() { + grep ^machine /proc/cpuinfo | sed "s/machine.*: \(.*\)/\1/g" | sed "s/\(.*\) - .*/\1/g" +} -- cgit v1.1