summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79
diff options
context:
space:
mode:
authorSamuele Longhi <agave@dracaena.it>2024-02-23 10:36:58 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2024-02-29 21:28:47 +0100
commit09be63de70afdf7fe14a97c3bd6d65d650976fde (patch)
tree0e7767dad522d85c6317cf980004a7591076e388 /target/linux/ath79
parent6e37f41e9efca70e3fac1933ec7c706cfdfd1b9f (diff)
downloadopenwrt-09be63de70afdf7fe14a97c3bd6d65d650976fde.tar.gz
openwrt-09be63de70afdf7fe14a97c3bd6d65d650976fde.tar.bz2
openwrt-09be63de70afdf7fe14a97c3bd6d65d650976fde.zip
ath79: nand: add SUPPORTED_DEVICES for Meraki MR18
This adds the board name from ar71xx to support upgrade without -F for the Meraki MR18. Signed-off-by: Samuele Longhi <agave@dracaena.it>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r--target/linux/ath79/image/nand.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk
index 0b51982c4f..1a7eebc92a 100644
--- a/target/linux/ath79/image/nand.mk
+++ b/target/linux/ath79/image/nand.mk
@@ -312,6 +312,7 @@ define Device/meraki_mr18
# KERNEL_INITRAMFS := $$(KERNEL)
KERNEL_INITRAMFS :=
IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata
+ SUPPORTED_DEVICES += mr18
endef
TARGET_DEVICES += meraki_mr18