Sfoglia il codice sorgente

ralink: add mac address detection for Asus RT-G32 b1

http://patchwork.openwrt.org/patch/4463/

Signed-off-by: Michael Heimpold <[email protected]>
Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 38910
John Crispin 12 anni fa
parent
commit
6295f38c8f
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      target/linux/ramips/dts/RT-G32-B1.dts

+ 5 - 1
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>;
 	};