diff options
Diffstat (limited to 'conf/machine/shark.conf')
-rw-r--r-- | conf/machine/shark.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/shark.conf b/conf/machine/shark.conf index d7d35cfda1..3b9165d2b8 100644 --- a/conf/machine/shark.conf +++ b/conf/machine/shark.conf @@ -8,6 +8,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "linux-z" +IMAGE_FSTYPES ?= "jffs2" EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n" EXTRA_IMAGEDEPENDS = "" SERIAL_CONSOLE = "ttySA0 115200 vt100" |