diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-01 16:26:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-01 16:26:16 +0000 |
commit | d50bfa26e2b48fe3dd315e888fd8c7a3ca132502 (patch) | |
tree | 339eb6dd5095466920108b148ccaf25212476a20 /conf | |
parent | 2fc317e611a3d9e248065c8b45f7ec2d345d093f (diff) |
allow multiple IMAGE_FSTYPES
BKrev: 410d19a8xQfEMg8Lqb06AUquSJrj4g
Diffstat (limited to 'conf')
-rw-r--r-- | conf/oe.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/oe.conf b/conf/oe.conf index 158176dfca..115a5fd3f9 100644 --- a/conf/oe.conf +++ b/conf/oe.conf @@ -171,6 +171,7 @@ EXTRA_IMAGECMD = "" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" IMAGE_FSTYPE = "jffs2" +IMAGE_FSTYPES = "${IMAGE_FSTYPE}" EXTRA_IMAGEDEPENDS = "" |