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 <openwrt@kresin.me>
SVN-Revision: 48052
# 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
}
esac
eval "xtse=\"\${xtse_xdsl_$annex}\""
- [ -z "${xtse}" ] && xtse=$xtse_vdsl
[ -z "${firmware}" ] && firmware=/lib/firmware/vdsl.bin
[ -f "${firmware}" ] || {