From: Mathias Kresin Date: Wed, 8 Aug 2018 05:16:40 +0000 (+0200) Subject: ath79: cleanup netgear wnr612-v2 supported devices X-Git-Tag: state~1323 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=12121e643b33eaa857c3f0a12b957e673b98e8e2;p=openwrt%2Fstaging%2Fchunkeey.git 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 --- 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