This website requires JavaScript.
Explore
Help
Sign In
fish
/
immortalwrt
Watch
1
Star
0
Fork
0
You've already forked immortalwrt
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
6ced31c320
immortalwrt
/
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 10:01:00 +08: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-18 05:04:12 +08:00
lantiq_is_vdsl_system
(
)
{
grep -qE
"system type.*: (VR9|xRX200)"
/proc/cpuinfo
}
Reference in New Issue
Copy Permalink