diff options
-rw-r--r-- | conf/distro/minimal.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index f42f1b6758..1e72efd660 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -66,7 +66,7 @@ IPKG_VARIANT = "opkg-nogpg" ############################################################################# # Name the generated images in a sane way IMAGE_NAME = "${DISTRO_NAME}-${IMAGE_BASENAME}-${LIBC}-${PREFERRED_PKG_FORMAT}-${DISTRO_VERSION}-${MACHINE}" -CACHE ?= "${TMPDIR}/cache/${LIBC}/${MACHINE}" +CACHE = "${TMPDIR}/cache/${LIBC}/${MACHINE}" DEPLOY_DIR ?= "${TMPDIR}/deploy/${LIBC}" DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}" SPLASH ?= '${@base_contains("MACHINE_FEATURES", "screen", "psplash", "",d)}' |