Files
2025-06-24 15:51:28 +02:00

6 lines
93 B
Bash

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