From 504c28c7589648982595bcb93d2ec001350de448 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 1 Jan 2016 18:58:02 +0000 Subject: [PATCH] ramips: set the wifi mac address to the same as LAN on witi Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48029 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/dts/WITI.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/ramips/dts/WITI.dts b/target/linux/ramips/dts/WITI.dts index 53a3da131d..b046b87ac4 100644 --- a/target/linux/ramips/dts/WITI.dts +++ b/target/linux/ramips/dts/WITI.dts @@ -85,6 +85,7 @@ device_type = "pci"; mediatek,mtd-eeprom = <&factory 0x8000>; mediatek,2ghz = <0>; + mtd-mac-address = <&factory 0xe000>; }; }; @@ -94,6 +95,7 @@ device_type = "pci"; mediatek,mtd-eeprom = <&factory 0x0000>; mediatek,5ghz = <0>; + mtd-mac-address = <&factory 0xe000>; }; }; }; -- 2.11.0