diff options
author | Mathias Kresin <dev@kresin.me> | 2018-12-06 12:07:56 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-06 13:28:22 +0100 |
commit | dacd962cfd2e7df52d5c711e50863cfc40bf9574 (patch) | |
tree | 1b812d2e37a4be6146e87c9755a31df8a85dd12f /target/linux/ath79/image/tiny-netgear.mk | |
parent | 9d8fcab77aab6a9133cd6898a68ad512b0b31310 (diff) | |
download | upstream-dacd962cfd2e7df52d5c711e50863cfc40bf9574.tar.gz upstream-dacd962cfd2e7df52d5c711e50863cfc40bf9574.tar.bz2 upstream-dacd962cfd2e7df52d5c711e50863cfc40bf9574.zip |
ath79: remove duplicate image build variables
Remove image build variables which are set to the same value as the
default image build recipe.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/image/tiny-netgear.mk')
-rw-r--r-- | target/linux/ath79/image/tiny-netgear.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/image/tiny-netgear.mk b/target/linux/ath79/image/tiny-netgear.mk index 00ed3e8562..8d0de15a1b 100644 --- a/target/linux/ath79/image/tiny-netgear.mk +++ b/target/linux/ath79/image/tiny-netgear.mk @@ -10,7 +10,7 @@ define Device/netgear_wnr612-v2 KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma -d20 | netgear-uImage lzma NETGEAR_BOARD_ID := REALWNR612V2 IMAGE_SIZE := 3904k - IMAGES := sysupgrade.bin factory.img + IMAGES += factory.img 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) @@ -26,7 +26,7 @@ define Device/on_n150r KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma -d20 | netgear-uImage lzma NETGEAR_BOARD_ID := N150R IMAGE_SIZE := 3904k - IMAGES := sysupgrade.bin factory.img + IMAGES += factory.img 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) |