From 12121e643b33eaa857c3f0a12b957e673b98e8e2 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Wed, 8 Aug 2018 07:16:40 +0200 Subject: [PATCH] ath79: cleanup netgear wnr612-v2 supported devices The netgear,wnr612-v2 is included by default based on the device define. Signed-off-by: Mathias Kresin --- target/linux/ath79/image/tiny-netgear.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath79/image/tiny-netgear.mk b/target/linux/ath79/image/tiny-netgear.mk index 8782e4064f..00ed3e8562 100644 --- a/target/linux/ath79/image/tiny-netgear.mk +++ b/target/linux/ath79/image/tiny-netgear.mk @@ -14,7 +14,7 @@ define Device/netgear_wnr612-v2 IMAGE/default := append-kernel | pad-to $$$$(BLOCKSIZE) | netgear-squashfs | append-rootfs | pad-rootfs IMAGE/sysupgrade.bin := $$(IMAGE/default) | append-metadata | check-size $$$$(IMAGE_SIZE) IMAGE/factory.img := $$(IMAGE/default) | netgear-dni | check-size $$$$(IMAGE_SIZE) - SUPPORTED_DEVICES := netgear,wnr612-v2 wnr612-v2 + SUPPORTED_DEVICES += wnr612-v2 endef TARGET_DEVICES += netgear_wnr612-v2 -- 2.30.2