aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-10-04 14:44:07 +0200
committerJohn Crispin <john@phrozen.org>2019-10-21 13:33:24 +0200
commitf473ce6f231bb9f8913be50e850c771b3463fa14 (patch)
tree1148179cf40cc8cb095ee9d14efc1c9d51344bd2
parent86a1f5261795434c0e89b3f40fe5b5bfeba50602 (diff)
downloadupstream-f473ce6f231bb9f8913be50e850c771b3463fa14.tar.gz
upstream-f473ce6f231bb9f8913be50e850c771b3463fa14.tar.bz2
upstream-f473ce6f231bb9f8913be50e850c771b3463fa14.zip
ath79: fix SUPPORTED_DEVICES for ubnt_nanostation-m
The ar71xx images for the Ubiquiti NanoStation M (XM) devices use "nanostation-m" as board name, but the ath79 images are only compatible with the "nano-m" board name, so sysupgrade complains. By changing this additional supported device, sysupgrade smoothly upgrades from ar71xx to ath79. Ref: openwrt#2418 Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
-rw-r--r--target/linux/ath79/image/generic-ubnt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic-ubnt.mk b/target/linux/ath79/image/generic-ubnt.mk
index 801b0128ac..ddf9f55d11 100644
--- a/target/linux/ath79/image/generic-ubnt.mk
+++ b/target/linux/ath79/image/generic-ubnt.mk
@@ -154,7 +154,7 @@ TARGET_DEVICES += ubnt_nanostation-ac-loco
define Device/ubnt_nanostation-m
$(Device/ubnt-xm)
DEVICE_MODEL := Nanostation M
- SUPPORTED_DEVICES += nano-m
+ SUPPORTED_DEVICES += nanostation-m
endef
TARGET_DEVICES += ubnt_nanostation-m