ramips: set the wifi mac address to the same as LAN on witi

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48029
owl
Felix Fietkau 2016-01-01 18:58:02 +00:00
parent e269b3b4bc
commit c55d8d4253
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@
device_type = "pci"; device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>; mediatek,mtd-eeprom = <&factory 0x8000>;
mediatek,2ghz = <0>; mediatek,2ghz = <0>;
mtd-mac-address = <&factory 0xe000>;
}; };
}; };
@ -94,6 +95,7 @@
device_type = "pci"; device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>; mediatek,mtd-eeprom = <&factory 0x0000>;
mediatek,5ghz = <0>; mediatek,5ghz = <0>;
mtd-mac-address = <&factory 0xe000>;
}; };
}; };
}; };