Re: [OpenWrt-Devel] [PATCH] [001/001] TL-WR710N: create image for v2.1

2015-11-21 Thread John Crispin
Hi,

the patch is unfortunately line wrapped and whitespace broken. try
sending the patch using "git send-email"

John

On 17/11/2015 20:41, Norbert Wegener wrote:
> This patch just extends target/linux/ar71xx/image/Makefile to build
> images also for version 2.1 of TL-WR710N
> 
> diff --git a/target/linux/ar71xx/image/Makefile
> b/target/linux/ar71xx/image/Makefile
> index 013a215..da2e7d4 100644
> --- a/target/linux/ar71xx/image/Makefile
> +++ b/target/linux/ar71xx/image/Makefile
> @@ -476,6 +476,15 @@ define Device/tl-wr710n-v2
>  CONSOLE := ttyATH0,115200
>  endef
>  
> +define Device/tl-wr710n-v2.1
> +$(Device/tplink-8mlzma)
> +BOARDNAME := TL-WR710N
> +DEVICE_PROFILE := TLWR710
> +TPLINK_HWID := 0x0712
> +TPLINK_HWREV := 0x0002
> +CONSOLE := ttyATH0,115200
> +endef
> +
>  define Device/tl-wr720n-v3
>  $(Device/tplink-4mlzma)
>  BOARDNAME := TL-WR720N-v3
> @@ -491,7 +500,7 @@ define Device/tl-wr720n-v4
>  TPLINK_HWID := 0x07200104
>  CONSOLE := ttyATH0,115200
>  endef
> -TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr720n-v3
> tl-wr720n-v4
> +TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr710n-v2.1
> tl-wr720n-v3 tl-wr720n-v4
>  
>  define Device/tl-wr74:0n-v4
>  $(Device/tplink-4mlzma)
> 
> Signed off by: Norbert Wegener 
> 
> 
> 
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] [PATCH] [001/001] TL-WR710N: create image for v2.1

2015-11-21 Thread Norbert Wegener
As git send-email seems to be broken here - permanently "Unable to
initialize SMTP properly" , the patch as attachment.

Norbert

On 21.11.2015 18:38, John Crispin wrote:
> Hi,
>
> the patch is unfortunately line wrapped and whitespace broken. try
> sending the patch using "git send-email"
>
>   John
>
> On 17/11/2015 20:41, Norbert Wegener wrote:
>> This patch just extends target/linux/ar71xx/image/Makefile to build
>> images also for version 2.1 of TL-WR710N
>>
>> diff --git a/target/linux/ar71xx/image/Makefile
>> b/target/linux/ar71xx/image/Makefile
>> index 013a215..da2e7d4 100644
>> --- a/target/linux/ar71xx/image/Makefile
>> +++ b/target/linux/ar71xx/image/Makefile
>> @@ -476,6 +476,15 @@ define Device/tl-wr710n-v2
>>  CONSOLE := ttyATH0,115200
>>  endef
>>  
>> +define Device/tl-wr710n-v2.1
>> +$(Device/tplink-8mlzma)
>> +BOARDNAME := TL-WR710N
>> +DEVICE_PROFILE := TLWR710
>> +TPLINK_HWID := 0x0712
>> +TPLINK_HWREV := 0x0002
>> +CONSOLE := ttyATH0,115200
>> +endef
>> +
>>  define Device/tl-wr720n-v3
>>  $(Device/tplink-4mlzma)
>>  BOARDNAME := TL-WR720N-v3
>> @@ -491,7 +500,7 @@ define Device/tl-wr720n-v4
>>  TPLINK_HWID := 0x07200104
>>  CONSOLE := ttyATH0,115200
>>  endef
>> -TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr720n-v3
>> tl-wr720n-v4
>> +TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr710n-v2.1
>> tl-wr720n-v3 tl-wr720n-v4
>>  
>>  define Device/tl-wr74:0n-v4
>>  $(Device/tplink-4mlzma)
>>
>> Signed off by: Norbert Wegener 
>>
>>
>>
>> ___
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>>



diff.sig
Description: PGP signature


signature.asc
Description: OpenPGP digital signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH] [001/001] TL-WR710N: create image for v2.1

2015-11-17 Thread Norbert Wegener
This patch just extends target/linux/ar71xx/image/Makefile to build
images also for version 2.1 of TL-WR710N

diff --git a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index 013a215..da2e7d4 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -476,6 +476,15 @@ define Device/tl-wr710n-v2
 CONSOLE := ttyATH0,115200
 endef
 
+define Device/tl-wr710n-v2.1
+$(Device/tplink-8mlzma)
+BOARDNAME := TL-WR710N
+DEVICE_PROFILE := TLWR710
+TPLINK_HWID := 0x0712
+TPLINK_HWREV := 0x0002
+CONSOLE := ttyATH0,115200
+endef
+
 define Device/tl-wr720n-v3
 $(Device/tplink-4mlzma)
 BOARDNAME := TL-WR720N-v3
@@ -491,7 +500,7 @@ define Device/tl-wr720n-v4
 TPLINK_HWID := 0x07200104
 CONSOLE := ttyATH0,115200
 endef
-TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr720n-v3
tl-wr720n-v4
+TARGET_DEVICES += tl-wr703n-v1 tl-wr710n-v1 tl-wr710n-v2 tl-wr710n-v2.1
tl-wr720n-v3 tl-wr720n-v4
 
 define Device/tl-wr74:0n-v4
 $(Device/tplink-4mlzma)

Signed off by: Norbert Wegener 



0xC544527E.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel