aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-08-08 07:16:40 +0200
committerMathias Kresin <dev@kresin.me>2018-08-08 08:11:11 +0200
commit12121e643b33eaa857c3f0a12b957e673b98e8e2 (patch)
tree1153f383e8b87feb9fe5aae3346b40f01cd45c22
parent38877d88731037a5708051b0ecaad7da82ca1c84 (diff)
downloadupstream-12121e643b33eaa857c3f0a12b957e673b98e8e2.tar.gz
upstream-12121e643b33eaa857c3f0a12b957e673b98e8e2.tar.bz2
upstream-12121e643b33eaa857c3f0a12b957e673b98e8e2.zip
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 <dev@kresin.me>
-rw-r--r--target/linux/ath79/image/tiny-netgear.mk2
1 files changed, 1 insertions, 1 deletions
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