From 49ff00db340ea017c266ba37546c71209cfe3e26 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 13 Feb 2020 14:46:52 +0100 Subject: [PATCH] ath79: enable forceless sysupgrade from ar71xx on fritz300e This adds the ar71xx board name to the SUPPORTED_DEVICES on ath79, so forceless sysupgrade on this device becomes possible. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/image/generic.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 3c74b0f7d7..05d2ba6a75 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -158,6 +158,7 @@ define Device/avm_fritz300e append-squashfs-fakeroot-be | pad-to 256 | append-rootfs | pad-rootfs | \ append-metadata | check-size $$$$(IMAGE_SIZE) DEVICE_PACKAGES := fritz-tffs rssileds -swconfig + SUPPORTED_DEVICES += fritz300e endef TARGET_DEVICES += avm_fritz300e