diff mbox

[OpenWrt-Devel,1/3] ralink: add ethernet macaddr to dts for FireWRT

Message ID 1422608670-8506-1-git-send-email-fl.service@t-firefly.com
State Changes Requested
Headers show

Commit Message

wengbj Jan. 30, 2015, 9:04 a.m. UTC
---
 target/linux/ramips/dts/FIREWRT.dts |    5 +++++
 1 file changed, 5 insertions(+)

Comments

Yousong Zhou Jan. 30, 2015, 11:10 a.m. UTC | #1
Hi, wengbj

It's just that OpenWrt requires a Signed-off-by line for patches to be
accepted [1].  That line can be generated by option -s in command `git
format-patch -s ...'

 [1] https://dev.openwrt.org/wiki/SubmittingPatches

Regards

                yousong

On 30 January 2015 at 17:04, wengbj <fl.service@t-firefly.com> wrote:
> ---
>  target/linux/ramips/dts/FIREWRT.dts |    5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
> index 2e5d26b..4e9e28b 100644
> --- a/target/linux/ramips/dts/FIREWRT.dts
> +++ b/target/linux/ramips/dts/FIREWRT.dts
> @@ -78,4 +78,9 @@
>                         };
>                 };
>         };
> +
> +       ethernet@1e100000 {
> +               mtd-mac-address = <&factory 0xe000>;
> +       };
> +
>  };
> --
> 1.7.9.5
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
John Crispin Jan. 30, 2015, 11:11 a.m. UTC | #2
On 30/01/2015 12:10, Yousong Zhou wrote:
> Hi, wengbj
> 
> It's just that OpenWrt requires a Signed-off-by line for patches to
> be accepted [1].  That line can be generated by option -s in
> command `git format-patch -s ...'
> 
> [1] https://dev.openwrt.org/wiki/SubmittingPatches
> 
> Regards
> 
> yousong
> 

"git commit -s" will add it to the comit directl

	John


> On 30 January 2015 at 17:04, wengbj <fl.service@t-firefly.com>
> wrote:
>> --- target/linux/ramips/dts/FIREWRT.dts |    5 +++++ 1 file
>> changed, 5 insertions(+)
>> 
>> diff --git a/target/linux/ramips/dts/FIREWRT.dts
>> b/target/linux/ramips/dts/FIREWRT.dts index 2e5d26b..4e9e28b
>> 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++
>> b/target/linux/ramips/dts/FIREWRT.dts @@ -78,4 +78,9 @@ }; }; }; 
>> + +       ethernet@1e100000 { +               mtd-mac-address =
>> <&factory 0xe000>; +       }; + }; -- 1.7.9.5 
>> _______________________________________________ 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
>
wengbj Jan. 31, 2015, 1:08 a.m. UTC | #3
Dear Mr zhou:
    I have generated new patchs .
    Please check again . 
    Thank you .



Best Regards.
Jay Weng

Website:  www.t-firefly.com
E-mail:  fl.service@t-firefly.com
 
From: Yousong Zhou

Date: 2015-01-30 19:10
To: wengbj
CC: John Crispin; zxf; weng jay; dxj; wbj; OpenWrt Development List
Subject: Re: [OpenWrt-Devel] [PATCH 1/3] ralink: add ethernet macaddr to dts for FireWRT
Hi, wengbj
 
It's just that OpenWrt requires a Signed-off-by line for patches to be
accepted [1].  That line can be generated by option -s in command `git
format-patch -s ...'
 
[1] https://dev.openwrt.org/wiki/SubmittingPatches
 
Regards
 
                yousong
 
On 30 January 2015 at 17:04, wengbj <fl.service@t-firefly.com> wrote:
> ---

>  target/linux/ramips/dts/FIREWRT.dts |    5 +++++

>  1 file changed, 5 insertions(+)

>

> diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts

> index 2e5d26b..4e9e28b 100644

> --- a/target/linux/ramips/dts/FIREWRT.dts

> +++ b/target/linux/ramips/dts/FIREWRT.dts

> @@ -78,4 +78,9 @@

>                         };

>                 };

>         };

> +

> +       ethernet@1e100000 {

> +               mtd-mac-address = <&factory 0xe000>;

> +       };

> +

>  };

> --

> 1.7.9.5

> _______________________________________________

> openwrt-devel mailing list

> openwrt-devel@lists.openwrt.org

> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
diff mbox

Patch

diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
index 2e5d26b..4e9e28b 100644
--- a/target/linux/ramips/dts/FIREWRT.dts
+++ b/target/linux/ramips/dts/FIREWRT.dts
@@ -78,4 +78,9 @@ 
 			};
 		};
 	};
+
+	ethernet@1e100000 {
+		mtd-mac-address = <&factory 0xe000>;
+	};
+
 };