diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-08-14 10:20:53 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-08-14 10:20:53 +0000 |
commit | bed330204a9f42a6796cb381cf4d67cc5cd7891e (patch) | |
tree | 263866c707db92a7fd59b30c440974032091d4b6 /target/linux/oxnas/image | |
parent | 5b25a12e8fa741e4a63b081be1111a3194b86bf4 (diff) | |
download | upstream-bed330204a9f42a6796cb381cf4d67cc5cd7891e.tar.gz upstream-bed330204a9f42a6796cb381cf4d67cc5cd7891e.tar.bz2 upstream-bed330204a9f42a6796cb381cf4d67cc5cd7891e.zip |
image.mk: move KDIR_TMP definition to a central location
Instead of each target defining it the same, move the KDIR_TMP
definition to include/image.mk. In addition Image/Build/SysupgradeNAND
already requires KDIR_TMP to be set, so it makes sense to have it
globally defined.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46592
Diffstat (limited to 'target/linux/oxnas/image')
-rw-r--r-- | target/linux/oxnas/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/oxnas/image/Makefile b/target/linux/oxnas/image/Makefile index de6c4db3ab..953aa0304e 100644 --- a/target/linux/oxnas/image/Makefile +++ b/target/linux/oxnas/image/Makefile @@ -19,7 +19,6 @@ POGOPLUG_PRO_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096 POGOPLUG_V3_UBI_OPTS = -m 2048 -p 128KiB -s 512 POGOPLUG_V3_UBIFS_OPTS = -m 2048 -e 126KiB -c 4096 -KDIR_TMP:=$(KDIR)/tmp VMLINUX:=$(BIN_DIR)/$(IMG_PREFIX)-vmlinux UIMAGE:=$(BIN_DIR)/$(IMG_PREFIX)-uImage |