[OpenWrt-Devel] [PATCH v2] lantiq: base-files: use vdsl per default

John Crispin blogic at openwrt.org
Fri Dec 11 04:37:50 EST 2015


Hi,

On 07/12/2015 19:59, Andre Heider wrote:
> Since r43114 adsl will be used if annex is specified, so don't.

if r43114 changed the default behaviour then we need to fix r43114
rather than hide the regression by deleting code.

	John

> ---
> 
> 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
> 
_______________________________________________
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