[OpenWrt-Devel] [PATCH] ar71xx: Add support for TP-Link MR12U v1 board
Yousong Zhou
yszhou4tech at gmail.com
Wed Feb 11 20:49:12 EST 2015
On 12 February 2015 at 07:53, 郭传鈜 <gch981213 at gmail.com> wrote:
> This patch is useless now.We don't need to change mktplinkfw.c .The flash
> layout is defined in target/linux/ar71xx/image/Makefile :-D
>
It's okay. I have found it useful for inspection purposes ( -i
<filename> ) several times before.
yousong
> 2015-02-11 22:49 GMT+08:00 Daniel Petre <daniel.petre at gmail.com>:
>>
>> This patch adds support for the TL-MR12U board.
>>
>> Signed-off-by: Daniel Petre <daniel.petre at gmail.com>
>>
>> Index: trunk/tools/firmware-utils/src/mktplinkfw.c
>> ===================================================================
>> --- trunk/tools/firmware-utils/src/mktplinkfw.c (revision 44381)
>> +++ trunk/tools/firmware-utils/src/mktplinkfw.c (working copy)
>> @@ -33,6 +33,7 @@
>> #define HWID_GL_INET_V1 0x08000001
>> #define HWID_GS_OOLITE_V1 0x3C000101
>> #define HWID_TL_MR10U_V1 0x00100101
>> +#define HWID_TL_MR12U_V1 0x00120101
>> #define HWID_TL_MR13U_V1 0x00130101
>> #define HWID_TL_MR3020_V1 0x30200001
>> #define HWID_TL_MR3220_V1 0x32200001
>> @@ -220,6 +221,11 @@
>> .hw_rev = 1,
>> .layout_id = "4Mlzma",
>> }, {
>> + .id = "TL-MR12Uv1",
>> + .hw_id = HWID_TL_MR12U_V1,
>> + .hw_rev = 1,
>> + .layout_id = "4Mlzma",
>> + }, {
>> .id = "TL-MR13Uv1",
>> .hw_id = HWID_TL_MR13U_V1,
>> .hw_rev = 1,
>> _______________________________________________
>> openwrt-devel mailing list
>> openwrt-devel at lists.openwrt.org
>> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
>
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
>
_______________________________________________
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