mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-24 14:06:15 +00:00
50e1f3d84d
extract the compatible and model to make room for other variants follow-up of commit dc23df8a8ca7 ("ath79: change Ubiquiti UniFi AP model name to include "AP"") Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
|
|
|
#include "ar7241_ubnt_unifi-ap.dtsi"
|
|
|
|
/ {
|
|
compatible = "ubnt,unifi", "qca,ar7241";
|
|
model = "Ubiquiti UniFi AP";
|
|
};
|