1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-25 08:34:17 +03:00
openwrt-xburst/package/sablevm-classpath/Config.in
nico 7bd944d215 reorganize/rationalize/format package menuconfig,
make updatedd modular

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-11-05 02:16:36 +00:00

60 lines
1.8 KiB
Plaintext

config BR2_COMPILE_SABLEVM_CLASSPATH
bool
default n
depends BR2_PACKAGE_LIBSABLEVM_CLASSPATH
config BR2_PACKAGE_LIBSABLEVM_CLASSPATH
prompt "libsablevm-classpath.............. Essential native libraries for Java"
tristate
default m if CONFIG_DEVEL
select BR2_COMPILE_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
prompt "sablevm-classpath............... Essential classes for Java"
tristate
depends BR2_PACKAGE_LIBSABLEVM_CLASSPATH
optional
config BR2_PACKAGE_SABLEVM_CLASSPATH_FULL
prompt "sablevm-classpath-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 "sablevm-classpath-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