aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-13 12:18:27 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-13 12:18:27 -0400
commit8633d77524ab84aee932b5fef6c2823a8409c7c5 (patch)
tree5205f4eff1e137b73cde0a92a2da927dc2ff895d
parente49b45906527062083b716c33c840b49e3c8741c (diff)
downloadopenembedded-8633d77524ab84aee932b5fef6c2823a8409c7c5.tar.gz
minimal.conf: make IMAGE_FSTYPES a weak assignment to allow overwriting
-rw-r--r--conf/distro/minimal.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index b5f7ddc1e4..196018b431 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -43,7 +43,7 @@ INHERIT += "packaged-staging"
#############################################################################
# Chose the packaging system
INHERIT += "package_ipk"
-IMAGE_FSTYPES = "tar.gz jffs2"
+IMAGE_FSTYPES ?= "tar.gz jffs2"
require conf/distro/include/sane-feed.inc
PREFERRED_PKG_FORMAT ?= "ipk"