lantiq: introduce lantiq_is_vdsl_system

Move the code to check if the current system is a system with vdsl
support to a dedicate function to make it reusable.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin
2017-02-17 22:04:12 +01:00
parent cfd16ecc48
commit 044a4eafd5
2 changed files with 5 additions and 1 deletions

View File

@@ -39,3 +39,7 @@ lantiq_get_dt_led() {
echo "$label"
}
lantiq_is_vdsl_system() {
grep -qE "system type.*: (VR9|xRX200)" /proc/cpuinfo
}