diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-01 18:58:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-01 18:58:02 +0000 |
commit | ffdd9b3a025a2e1c7ca449708dbfbc1dc71821f3 (patch) | |
tree | 3b83637a3ca43dd195c9e3463780e369d149de85 | |
parent | f16a80262391db28503e04be696f1f5159cb6617 (diff) | |
download | master-187ad058-ffdd9b3a025a2e1c7ca449708dbfbc1dc71821f3.tar.gz master-187ad058-ffdd9b3a025a2e1c7ca449708dbfbc1dc71821f3.tar.bz2 master-187ad058-ffdd9b3a025a2e1c7ca449708dbfbc1dc71821f3.zip |
ramips: set the wifi mac address to the same as LAN on witi
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48029 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ramips/dts/WITI.dts | 2 |
1 files changed, 2 insertions, 0 deletions
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>; }; }; }; |