diff options
author | Jan-Niklas Burfeind <git@aiyionpri.me> | 2022-05-21 17:17:34 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2022-05-21 19:24:40 +0200 |
commit | 21a3ce97d571ef28a25754549503bab61a79faf2 (patch) | |
tree | 9bc5f54e277d67efc47e193fabbec4d2f4faf5e9 /target | |
parent | 4cd3ff8a79738fa503150e52162c7df6d9bd3534 (diff) | |
download | upstream-21a3ce97d571ef28a25754549503bab61a79faf2.tar.gz upstream-21a3ce97d571ef28a25754549503bab61a79faf2.tar.bz2 upstream-21a3ce97d571ef28a25754549503bab61a79faf2.zip |
ath79: NanoBeam M5 fix target_devices
Update the name of for the Ubiquiti NanoBeam M5 to match the
auto-generated one at runtime. Otherwise sysupgrade complains about
mismatching device names.
This also required renaming the DTS.
Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/dts/ar9342_ubnt_nanobeam-m5-xw.dts (renamed from target/linux/ath79/dts/ar9342_ubnt_nanobeam-m5.dts) | 0 | ||||
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/dts/ar9342_ubnt_nanobeam-m5.dts b/target/linux/ath79/dts/ar9342_ubnt_nanobeam-m5-xw.dts index 86a5e3a751..86a5e3a751 100644 --- a/target/linux/ath79/dts/ar9342_ubnt_nanobeam-m5.dts +++ b/target/linux/ath79/dts/ar9342_ubnt_nanobeam-m5-xw.dts diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk index 3713f538f1..2381d92567 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -255,13 +255,13 @@ define Device/ubnt_nanobeam-ac-xc endef TARGET_DEVICES += ubnt_nanobeam-ac-xc -define Device/ubnt_nanobeam-m5 +define Device/ubnt_nanobeam-m5-xw $(Device/ubnt-xw) DEVICE_MODEL := NanoBeam M5 DEVICE_PACKAGES += rssileds SUPPORTED_DEVICES += loco-m-xw endef -TARGET_DEVICES += ubnt_nanobeam-m5 +TARGET_DEVICES += ubnt_nanobeam-m5-xw define Device/ubnt_nanobridge-m $(Device/ubnt-xm) |