mirror of https://github.com/hak5/openwrt.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 <dev@kresin.me>openwrt-19.07
parent
38877d8873
commit
12121e643b
|
@ -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 New Issue