Procházet zdrojové kódy

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 <[email protected]>
Mathias Kresin před 7 roky
rodič
revize
12121e643b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      target/linux/ath79/image/tiny-netgear.mk

+ 1 - 1
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