diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-14 13:58:23 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-15 14:14:11 +0200 |
commit | 8e2764ce9bb6716acb955a0c27d8db291d68650c (patch) | |
tree | 559a52851877334a60a123410b96638719416fe2 /target/linux/lantiq/image | |
parent | 7ed215437c784eb466302a5c01a4ee2fff9eac2d (diff) | |
download | upstream-8e2764ce9bb6716acb955a0c27d8db291d68650c.tar.gz upstream-8e2764ce9bb6716acb955a0c27d8db291d68650c.tar.bz2 upstream-8e2764ce9bb6716acb955a0c27d8db291d68650c.zip |
image.mk: clean up redundant code related to DEVICE_DTS
It is used by a core build template, so the variable should be
initialized and added to DEVICE_VARS in the core.
Same for DEVICE_DTS_DIR
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 7cd08c15f6..95895c223b 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -213,7 +213,7 @@ define Device/Default IMAGES := sysupgrade.bin IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE) endef -DEVICE_VARS += DEVICE_PROFILE DEVICE_DTS DEVICE_DTS_DIR IMAGE_SIZE +DEVICE_VARS += DEVICE_PROFILE IMAGE_SIZE define Device/lantiqBrnImage KERNEL := kernel-bin | append-dtb | mkbrncmdline | lzma-no-dict |