mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
fcb920ffe7
This patch harmonizes the label and alias for art partitions across ath79. Since lower case seems to be more frequent, use that consistently. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
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";
|
|
};
|