6d4382711a
This aligns the device/image names of the older Xiaomi Mi Router devices with their "friendly" model and DEVICE_MODEL properties. This also reintroduces consistency with the newer devices already following that scheme. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "mt7621_xiaomi_mi-router-4a-3g-v2.dtsi"
|
|
|
|
/ {
|
|
compatible = "xiaomi,mi-router-3g-v2", "mediatek,mt7621-soc";
|
|
model = "Xiaomi Mi Router 3G v2";
|
|
};
|