Root/target/linux/lantiq/base-files/lib/functions/lantiq.sh

1#!/bin/sh
2
3lantiq_board_id() {
4    grep "^system type" /proc/cpuinfo | sed "s/system type.*: \(.*\)/\1/g" | sed "s/.* - \(.*\) - .*/\1/g"
5}
6
7lantiq_board_name() {
8    grep "^system type" /proc/cpuinfo | sed "s/system type.*: \(.*\)/\1/g" | sed "s/.* - \(.*\)/\1/g"
9}
10

Archive Download this file



interactive