lantiq: add runtime generation of /etc/config/network
[openwrt.git] / target / linux / lantiq / base-files / lib / lantiq.sh
index 75e8ac2..3d36ed0 100644 (file)
@@ -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.025215 seconds and 4 git commands to generate.