From 8101bdc5a0e4751ef87635baa1cf14bb0821a2b1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 1 Jan 2016 21:20:08 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48052 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/config/ltq-vdsl-app/files/dsl_control | 3 --- 1 file changed, 3 deletions(-) (limited to 'package') diff --git a/package/network/config/ltq-vdsl-app/files/dsl_control b/package/network/config/ltq-vdsl-app/files/dsl_control index 22d775cf39..f6275a0820 100644 --- a/package/network/config/ltq-vdsl-app/files/dsl_control +++ b/package/network/config/ltq-vdsl-app/files/dsl_control @@ -34,8 +34,6 @@ xtse_adsl_b="10_00_10_00_00_04_00_07" # 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 @@ start_service() { esac eval "xtse=\"\${xtse_xdsl_$annex}\"" - [ -z "${xtse}" ] && xtse=$xtse_vdsl [ -z "${firmware}" ] && firmware=/lib/firmware/vdsl.bin [ -f "${firmware}" ] || { -- cgit v1.2.3