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
2015-02-11 22:49 GMT+08:00 Daniel Petre <[email protected]>: > This patch adds support for the TL-MR12U board. > > Signed-off-by: Daniel Petre <[email protected]> > > 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 > [email protected] > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel >
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
