projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: fix WNDR3x00 model detection
[openwrt.git]
/
target
/
linux
/
lantiq
/
base-files
/
lib
/
lantiq.sh
diff --git
a/target/linux/lantiq/base-files/lib/lantiq.sh
b/target/linux/lantiq/base-files/lib/lantiq.sh
index
75e8ac2
..
3d36ed0
100644
(file)
--- a/
target/linux/lantiq/base-files/lib/lantiq.sh
+++ b/
target/linux/lantiq/base-files/lib/lantiq.sh
@@
-1,5
+1,9
@@
#!/bin/sh
+lantiq_soc_has_adsl() {
+ ls /lib/modules/*/drv_dsl_cpe_api.ko
+}
+
lantiq_soc_name() {
grep ^system /proc/cpuinfo | sed "s/system type.*: \(.*\)/\1/g"
}
This page took
0.027013 seconds
and
4
git commands to generate.