diff options
-rw-r--r-- | conf/machine/beagleboard.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf index 824ab2b7b3..6842897dd1 100644 --- a/conf/machine/beagleboard.conf +++ b/conf/machine/beagleboard.conf @@ -18,7 +18,7 @@ include conf/machine/include/tune-arm1136jf-s.inc #include conf/machine/include/tune-cortexa8.inc -IMAGE_FSTYPES ?= "tar.bz2" +IMAGE_FSTYPES += "tar.bz2 jffs2" # Guesswork SERIAL_CONSOLE = "115200 ttyS2" |