diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-25 14:09:08 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-11-25 14:09:08 +0000 |
commit | 4565af04dc9fed01f7b2f0ab6ca00dd138d01f9f (patch) | |
tree | 84cf84bdd1ca4bb456f9d00f7a0bd0a4db3e5c5b /target/linux/ramips/dts | |
parent | 1cd654611f450bd2ce579590a9118e7c84712587 (diff) |
ralink: add mac address detection for Asus RT-G32 b1
http://patchwork.openwrt.org/patch/4463/
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38910 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/RT-G32-B1.dts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/RT-G32-B1.dts b/target/linux/ramips/dts/RT-G32-B1.dts index 86abc9ca66..5b4aebc093 100644 --- a/target/linux/ramips/dts/RT-G32-B1.dts +++ b/target/linux/ramips/dts/RT-G32-B1.dts @@ -29,7 +29,7 @@ read-only; }; - partition@40000 { + factory: partition@40000 { label = "devconf"; reg = <0x40000 0x10000>; read-only; @@ -52,6 +52,10 @@ }; }; + ethernet@10100000 { + mtd-mac-address = <&factory 0x4>; + }; + esw@10110000 { ralink,portmap = <0x2f>; }; |