Author: nbd Date: 2016-01-01 13:26:38 +0100 (Fri, 01 Jan 2016) New Revision: 48021
Modified: trunk/target/linux/ramips/dts/RE6500.dts Log: ramips: add mac address assignment for eth0 on RE6500 Signed-off-by: Bjoern Dobe <[email protected]> Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ramips/dts/RE6500.dts =================================================================== --- trunk/target/linux/ramips/dts/RE6500.dts 2016-01-01 12:26:30 UTC (rev 48020) +++ trunk/target/linux/ramips/dts/RE6500.dts 2016-01-01 12:26:38 UTC (rev 48021) @@ -84,6 +84,10 @@ }; }; + ethernet@1e100000 { + mtd-mac-address = <&factory 0x2e>; + }; + gpio-leds { compatible = "gpio-leds"; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
