3d36ed03fee56fd2f2415b662ccbb43f02463835
[openwrt/openwrt.git] / target / linux / lantiq / base-files / lib / lantiq.sh
1 #!/bin/sh
2
3 lantiq_soc_has_adsl() {
4 ls /lib/modules/*/drv_dsl_cpe_api.ko
5 }
6
7 lantiq_soc_name() {
8 grep ^system /proc/cpuinfo | sed "s/system type.*: \(.*\)/\1/g"
9 }
10
11 lantiq_board_name() {
12 grep ^machine /proc/cpuinfo | sed "s/machine.*: \(.*\)/\1/g" | sed "s/\(.*\) - .*/\1/g"
13 }