summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/local.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/local.conf b/contrib/local.conf
index 8eb6d46..6740f14 100644
--- a/contrib/local.conf
+++ b/contrib/local.conf
@@ -51,3 +51,16 @@ BUILDHISTORY_COMMIT = "0"
BUILDHISTORY_FEATURES = "image"
IMAGE_FSTYPES =+ "jffs2 tar.gz"
+
+# OpenJDK Java runtime
+# Uncomment for a bigger image with java.
+# Java requires using tftp or a flash drive
+# for updating.
+# IMAGE_INSTALL += "openjdk-8"
+# OpenJDK with JamVM VM (Multi-Tech default)
+# IMAGE_INSTALL += "jamvm"
+# OpenJDK with CACAO VM (run with 'java -cacao')
+# IMAGE_INSTALL += "openjdk-7-vm-cacao"
+# OpenJDK Zero VM (run with 'java -zero')
+# IMAGE_INSTALL += "openjdk-7-vm-zero"
+