[OpenWrt-Devel] [PATCH v2] lantiq: base-files: use vdsl per default
Andre Heider
a.heider at gmail.com
Mon Dec 7 13:59:07 EST 2015
Since r43114 adsl will be used if annex is specified, so don't.
---
v2: rebased
target/linux/lantiq/base-files/etc/board.d/02_network | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network
index 08a143f..00ebb62 100755
--- a/target/linux/lantiq/base-files/etc/board.d/02_network
+++ b/target/linux/lantiq/base-files/etc/board.d/02_network
@@ -136,7 +136,7 @@ if [ -n "$(ls /lib/modules/`uname -r`/ltq_atm*)" ]; then
fi
if [ -n "$(grep "system type.*: VR9" /proc/cpuinfo)" ]; then
- ucidef_add_vdsl_modem "$annex" "/lib/firmware/vdsl.bin" "av" "ptm"
+ ucidef_add_vdsl_modem "" "/lib/firmware/vdsl.bin" "av" "ptm"
else
ucidef_add_adsl_modem "$annex" "/lib/firmware/adsl.bin"
fi
--
2.6.2
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list