From 8633d77524ab84aee932b5fef6c2823a8409c7c5 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Fri, 13 Mar 2009 12:18:27 -0400 Subject: minimal.conf: make IMAGE_FSTYPES a weak assignment to allow overwriting --- conf/distro/minimal.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg