This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
openwrt
Watch
1
Star
0
Fork
0
You've already forked openwrt
mirror of
https://github.com/openwrt/openwrt.git
synced
2024-12-27 17:18:59 +00:00
Code
Issues
Actions
9
Packages
Projects
Releases
Wiki
Activity
0a4a82a431
openwrt
/
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 New Issue
Copy Permalink