This website requires JavaScript.
Explore
Help
Register
Sign in
KumiSystems
/
openwrtv4
Watch
1
Star
0
Fork
You've already forked openwrtv4
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
f4a639a3d7
openwrtv4
/
target
/
linux
/
lantiq
/
base-files
/
lib
/
functions
/
lantiq.sh
6 lines
93 B
Bash
Raw
Normal View
History
Unescape
Escape
cleanup basefiles SVN-Revision: 34698
2012-12-15 02:01:00 +00:00
#!/bin/sh
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>
2017-02-17 21:04:12 +00:00
lantiq_is_vdsl_system
(
)
{
grep -qE
"system type.*: (VR9|xRX200)"
/proc/cpuinfo
}
Reference in a new issue
Copy permalink