Skip to content

Commit

Permalink
ath79: NanoBeam M5 fix target_devices
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AiyionPrime authored and blocktrron committed May 21, 2022
1 parent 4cd3ff8 commit 21a3ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ath79/image/generic-ubnt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 21a3ce9

Please sign in to comment.