blob: 4aef84db33afc650e44af5235f9b707784bcdcfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
config BR2_COMPILE_SABLEVM_CLASSPATH
tristate
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
|