mirror of https://github.com/hak5/openwrt-owl.git
ramips: set the wifi mac address to the same as LAN on witi
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48029owl
parent
e269b3b4bc
commit
c55d8d4253
|
@ -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>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue