<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <link href="chrome://translator/skin/floatingPanel.css"
      type="text/css" rel="stylesheet">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello Sedat,<br>
    <br>
    thanks for the hints, I had already git installed but i did not know
    about git send-email. <br>
    I'll send the reworked patch via git send-email later.<br>
    Maybe it would be a good idea to mention git send-email in the wiki
    also: <a class="moz-txt-link-freetext" href="https://dev.openwrt.org/wiki/SubmittingPatches">https://dev.openwrt.org/wiki/SubmittingPatches</a><br>
    <br>
    Kind regards<br>
    Tobias <br>
    <br>
    <div class="moz-cite-prefix">-------- Original Message --------<br>
      Subject: Re: [OpenWrt-Devel] [PATCH] Added WIZnet WizFi630A
      Platform based on Ralink RT5350<br>
      From: Sedat Dilek <a class="moz-txt-link-rfc2396E" href="mailto:sedat.dilek@gmail.com"><sedat.dilek@gmail.com></a><br>
      To: John Crispin <a class="moz-txt-link-rfc2396E" href="mailto:blogic@openwrt.org"><blogic@openwrt.org></a><br>
      Cc: Tobias Welz <a class="moz-txt-link-rfc2396E" href="mailto:tw@wiznet.eu"><tw@wiznet.eu></a>,
      <a class="moz-txt-link-abbreviated" href="mailto:openwrt-devel@lists.openwrt.org">openwrt-devel@lists.openwrt.org</a><br>
      Date: 17.8.2015 13:41:21<br>
    </div>
    <blockquote
cite="mid:CA+icZUVnay8EHoexmCBQPsyCZJeK0A87t5qXHrgQ08cUm4bF-Q@mail.gmail.com"
      type="cite">
      <pre wrap="">On Mon, Aug 17, 2015 at 1:24 PM, John Crispin <a class="moz-txt-link-rfc2396E" href="mailto:blogic@openwrt.org"><blogic@openwrt.org></a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi Tobias,

Thanks for the patch. unfortunately its line mangled and white space
broken. also it seems you sent a HTML email. If you take a few minutes
to setup git, you can use "git send-email" to avoid these issues.

</pre>
      </blockquote>
      <pre wrap="">
On Debian/Ubuntu install "git send-email" or check your distubition's
docs and help...

   root# apt-get update && apt-get install git-email

Feel free to adapt my local dot-gitconfig...

$ cat ~/.gitconfig
[user]
        name   = Sedat Dilek
        email  = <a class="moz-txt-link-abbreviated" href="mailto:sedat.dilek@gmail.com">sedat.dilek@gmail.com</a>

[core]
        abbrev = 12

[format]
        subjectprefix = PATCH
        signoff = false

[pretty]
        fixes = Fixes: %h (\"%s\")

[push]
        default = matching

[sendemail]
        smtpserver = smtp.gmail.com
        smtpserverport = 587
        smtpencryption = tls
        smtpuser = <a class="moz-txt-link-abbreviated" href="mailto:sedat.dilek@gmail.com">sedat.dilek@gmail.com</a>

Hope this helps.

- sed@ -


</pre>
      <blockquote type="cite">
        <pre wrap="">        John


On 15/08/2015 10:08, Tobias Welz wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">Hello OpenWrt Developers,

I added the WIZnet WizFi630A Platform to the trunk. The board is based
on Ralink RT5350 in MiniPci Express Form Factor.

Kind regards
Tobias Welz