aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files/lib/functions/lantiq.sh
blob: 62c7a6b66267df7d8662a590a4d5f268399e9d4c (plain)
1
2
3
4
5
#!/bin/sh

lantiq_is_vdsl_system() {
	grep -qE "system type.*: (VR9|xRX200)" /proc/cpuinfo
}