mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 01:41:41 +00:00
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> (cherry picked from commit 21a3ce97d571ef28a25754549503bab61a79faf2)
This commit is contained in:
parent
d9cb31f944
commit
9f415792e1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user