aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/nand.mk
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-12-06 12:07:56 +0100
committerMathias Kresin <dev@kresin.me>2018-12-06 13:28:22 +0100
commitdacd962cfd2e7df52d5c711e50863cfc40bf9574 (patch)
tree1b812d2e37a4be6146e87c9755a31df8a85dd12f /target/linux/ath79/image/nand.mk
parent9d8fcab77aab6a9133cd6898a68ad512b0b31310 (diff)
downloadupstream-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/nand.mk')
-rw-r--r--target/linux/ath79/image/nand.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ath79/image/nand.mk b/target/linux/ath79/image/nand.mk
index e5694b8af4..5c7712308f 100644
--- a/target/linux/ath79/image/nand.mk
+++ b/target/linux/ath79/image/nand.mk
@@ -6,8 +6,8 @@ define Device/glinet_ar300m-nand
BLOCKSIZE := 128k
PAGESIZE := 2048
VID_HDR_OFFSET := 512
- IMAGES := factory.ubi sysupgrade.tar
- IMAGE/sysupgrade.tar := sysupgrade-tar
+ IMAGES += factory.ubi
+ IMAGE/sysupgrade.bin := sysupgrade-tar
IMAGE/factory.ubi := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi
endef
TARGET_DEVICES += glinet_ar300m-nand