base-files: unify get_dt_led helper function
[openwrt/openwrt.git] / target / linux / lantiq / base-files / lib / functions / lantiq.sh
1 #!/bin/sh
2
3 lantiq_is_vdsl_system() {
4 grep -qE "system type.*: (VR9|xRX200)" /proc/cpuinfo
5 }