summaryrefslogtreecommitdiff
path: root/openwrt/package/sablevm-classpath/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-24 05:59:17 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-24 05:59:17 +0000
commitc696a28cb841125442a93f30426940d83f2a79b5 (patch)
tree0eca27231c6900a275a7d5909f4a79f706b2b3a6 /openwrt/package/sablevm-classpath/Config.in
parent83642f602eefadd4ecf38945430897bb1e4a4b04 (diff)
downloadmtk-20170518-c696a28cb841125442a93f30426940d83f2a79b5.zip
mtk-20170518-c696a28cb841125442a93f30426940d83f2a79b5.tar.gz
mtk-20170518-c696a28cb841125442a93f30426940d83f2a79b5.tar.bz2
Add SableVM packages
SVN-Revision: 1048
Diffstat (limited to 'openwrt/package/sablevm-classpath/Config.in')
-rw-r--r--openwrt/package/sablevm-classpath/Config.in62
1 files changed, 62 insertions, 0 deletions
diff --git a/openwrt/package/sablevm-classpath/Config.in b/openwrt/package/sablevm-classpath/Config.in
new file mode 100644
index 0000000..57adcae
--- /dev/null
+++ b/openwrt/package/sablevm-classpath/Config.in
@@ -0,0 +1,62 @@
+config BR2_PACKAGE_SABLEVM_CLASSPATH
+ depends BR2_PACKAGE_LIBSABLEVM_CLASSPATH
+ bool
+ default n
+
+config BR2_PACKAGE_LIBSABLEVM_CLASSPATH
+ depends BR2_PACKAGE_SABLEVM
+ prompt "libsablevm-classpath - Essential native libraries for Java"
+ tristate
+# default m if CONFIG_DEVEL
+ default n
+ select BR2_PACKAGE_SABLEVM_CLASSPATH
+ help
+ GNU Classpath, Essential Libraries for Java, is a GNU project to create
+ free core class libraries for use with virtual machines and compilers for
+ the java programming language.
+
+ This is a modified version for use with SableVM.
+
+ http://www.gnu.org/software/classpath/
+
+ This package contains the native shared libraries, needed by other packages.
+
+
+choice
+ depends BR2_PACKAGE_LIBSABLEVM_CLASSPATH
+ prompt "sablevm-classpath - Essential classes for Java"
+ tristate
+ optional
+
+config BR2_PACKAGE_SABLEVM_CLASSPATH_FULL
+ prompt "...-full: Full set"
+ tristate
+ help
+ GNU Classpath, Essential Libraries for Java, is a GNU project to create
+ free core class libraries for use with virtual machines and compilers for
+ the java programming language.
+
+ This is a modified version for use with SableVM.
+
+ http://www.gnu.org/software/classpath/
+
+ This package contains the full set of Java compiled classes.
+ It will unlikely fit on your router as-is.
+
+config BR2_PACKAGE_SABLEVM_CLASSPATH_MINI
+ prompt "...-mini: Minimal set"
+ tristate
+ help
+
+ GNU Classpath, Essential Libraries for Java, is a GNU project to create
+ free core class libraries for use with virtual machines and compilers for
+ the java programming language.
+
+ This is a modified version for use with SableVM.
+
+ http://www.gnu.org/software/classpath/
+
+ This package contains only a minimal set of Java compiled classes, just
+ enough to run the famous "Hello World !" test program.
+
+endchoice