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>
This commit is contained in:
parent
38877d8873
commit
12121e643b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ define Device/netgear_wnr612-v2
|
||||||
IMAGE/default := append-kernel | pad-to $$$$(BLOCKSIZE) | netgear-squashfs | append-rootfs | pad-rootfs
|
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/sysupgrade.bin := $$(IMAGE/default) | append-metadata | check-size $$$$(IMAGE_SIZE)
|
||||||
IMAGE/factory.img := $$(IMAGE/default) | netgear-dni | 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
|
endef
|
||||||
TARGET_DEVICES += netgear_wnr612-v2
|
TARGET_DEVICES += netgear_wnr612-v2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue