Since r43114 adsl will be used if annex is specified, so don't.

Signed-off-by: Andre Heider <a.hei...@gmail.com>
---
 target/linux/lantiq/base-files/etc/uci-defaults/02_network | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network 
b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
index 4974b48..08a284d 100644
--- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
@@ -196,7 +196,7 @@ esac
 [ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" 
"$encaps" "$payload"
 
 if [ -n "$(grep "system type.*: VR9" /proc/cpuinfo)" ]; then
-       set_vdsl_modem "$annex" "/lib/firmware/vdsl.bin" "ptm"
+       set_vdsl_modem "" "/lib/firmware/vdsl.bin" "ptm"
 else
        set_adsl_modem "$annex" "/lib/firmware/adsl.bin"
 fi
-- 
2.6.2
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to