Author: blogic
Date: 2016-01-01 22:20:08 +0100 (Fri, 01 Jan 2016)
New Revision: 48052

Modified:
   trunk/package/network/config/ltq-vdsl-app/files/dsl_control
Log:
ltq-vdsl-app: let the driver/app probe the xtse on missing annex

r47933 revealed that the driver/app in combination with the chosen
firmware does a good job in selecting a working xtse.

Use this probing mode if no annex is specified.

Signed-off-by: Mathias Kresin <[email protected]>

Modified: trunk/package/network/config/ltq-vdsl-app/files/dsl_control
===================================================================
--- trunk/package/network/config/ltq-vdsl-app/files/dsl_control 2016-01-01 
21:20:02 UTC (rev 48051)
+++ trunk/package/network/config/ltq-vdsl-app/files/dsl_control 2016-01-01 
21:20:08 UTC (rev 48052)
@@ -34,8 +34,6 @@
 # G.993.2 Annex A/B/C
 xtse_adsl_j="10_00_10_40_00_04_01_07"
 
-xtse_vdsl="00_00_00_00_00_00_00_07"
-
 service_triggers() {
        procd_add_reload_trigger network
 }
@@ -67,7 +65,6 @@
        esac
 
        eval "xtse=\"\${xtse_xdsl_$annex}\""
-       [ -z "${xtse}" ] && xtse=$xtse_vdsl
 
        [ -z "${firmware}" ] && firmware=/lib/firmware/vdsl.bin
        [ -f "${firmware}" ] || {
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to