From 40691f29864505a35d1741736dc540d3f320816d Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 22 Jan 2012 16:45:31 +0000 Subject: conf/machine/h3600: enable jffs2 and tar.bz2 IMAGE_FSTYPES jffs2 is needed if you wish to boot from internal flash using the CRL bootldr. Signed-off-by: Paul Eggleton --- conf/machine/h3600.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index a7faa65..74f034a 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -23,6 +23,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux" PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" +IMAGE_FSTYPES = "tar.bz2 jffs2" MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "kernel ipaq-boot-params" MACHINE_EXTRA_RRECOMMENDS = "\ kernel-module-micro" -- cgit 1.2.3-korg