diff options
author | Roger Pueyo Centelles <roger.pueyo@guifi.net> | 2019-09-17 19:31:06 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-09-19 23:43:27 +0200 |
commit | 6dda2ea6ad133705d243d3cc626779ee24bdc88d (patch) | |
tree | 07d290a2273cb10c0a620dbc46d120cdc4e92fb1 /target/linux/ath79/image/generic-ubnt.mk | |
parent | 425e0bd19a72900e033387f45f4ab57e9f2611a5 (diff) | |
download | upstream-6dda2ea6ad133705d243d3cc626779ee24bdc88d.tar.gz upstream-6dda2ea6ad133705d243d3cc626779ee24bdc88d.tar.bz2 upstream-6dda2ea6ad133705d243d3cc626779ee24bdc88d.zip |
ath79: add SUPPORTED_DEVICES to ubnt_nanostation-m-xw
The ar71xx images for the Ubiquiti NanoStation M (XW) devices use
"nanostation-m-xw" as the board name, but the ath79 images are only
compatible with the "nano-m-xw" board name, so sysupgrade complains.
By adding this additional supported device, sysuspgrade smoothly
upgrades from ar71xx to ath79.
Tested on a NanoStation M (XW) running OpenWrt ar71xx r10250-016d1eb.
Ref: https://github.com/openwrt/openwrt/pull/2418
Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
[removed duplicate DEVICE_VARIANT, removed uneeded nano-m-xw support]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ath79/image/generic-ubnt.mk')
-rw-r--r-- | target/linux/ath79/image/generic-ubnt.mk | 2 |
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 2e2e756514..0548f0a587 100644 --- a/target/linux/ath79/image/generic-ubnt.mk +++ b/target/linux/ath79/image/generic-ubnt.mk @@ -119,7 +119,7 @@ TARGET_DEVICES += ubnt_nanostation-m define Device/ubnt_nanostation-m-xw $(Device/ubnt-xw) DEVICE_MODEL := Nanostation M - SUPPORTED_DEVICES += nano-m-xw + SUPPORTED_DEVICES += nanostation-m-xw endef TARGET_DEVICES += ubnt_nanostation-m-xw |