mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 21:59:32 +00:00
4b9882eb92
I added mtd-mac-address for WZR-HP-G450H and BHR-4GRV in 1df1ea4d7e8b6ae3351780ed58800ccd9edd4c27, but that address in ART is incorrect for BHR-4GRV. WZR-HP-G450H has wlan eeprom and MAC address in ART, but BHR-4GRV has only MAC address in ART. - WZR-HP-G450H - eeprom: 0x1000 - MAC: 0x1002 - BHR-4GRV - MAC: 0x0 Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
18 lines
276 B
Plaintext
18 lines
276 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
/dts-v1/;
|
|
|
|
#include "ar7242_buffalo_wzr-bhr.dtsi"
|
|
|
|
/ {
|
|
compatible = "buffalo,bhr-4grv", "qca,ar7242";
|
|
model = "Buffalo BHR-4GRV";
|
|
};
|
|
|
|
ð0 {
|
|
mtd-mac-address = <&ART 0x0>;
|
|
};
|
|
|
|
&sec_vpn {
|
|
label = "buffalo:orange:vpn";
|
|
};
|