source: freewrt/package/sablevm-classpath/Config.in@ c04ece1

freewrt_1_0 freewrt_2_0
Last change on this file since c04ece1 was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.9 KB
Line 
1config FWRT_COMPILE_SABLEVM_CLASSPATH
2 tristate
3 default n
4 depends FWRT_PACKAGE_LIBSABLEVM_CLASSPATH
5
6config FWRT_PACKAGE_LIBSABLEVM_CLASSPATH
7 prompt "libsablevm-classpath.............. Essential native libraries for Java"
8 tristate
9 default m if CONFIG_DEVEL
10 select FWRT_COMPILE_SABLEVM_CLASSPATH
11 help
12 GNU Classpath, Essential Libraries for Java, is a GNU project to create
13 free core class libraries for use with virtual machines and compilers for
14 the java programming language.
15
16 This is a modified version for use with SableVM.
17
18 http://www.gnu.org/software/classpath/
19
20 This package contains the native shared libraries, needed by other packages.
21
22choice
23 prompt "sablevm-classpath............... Essential classes for Java"
24 tristate
25 depends FWRT_PACKAGE_LIBSABLEVM_CLASSPATH
26 optional
27
28config FWRT_PACKAGE_SABLEVM_CLASSPATH_FULL
29 prompt "sablevm-classpath-full........ Full set"
30 tristate
31 help
32 GNU Classpath, Essential Libraries for Java, is a GNU project to create
33 free core class libraries for use with virtual machines and compilers for
34 the java programming language.
35
36 This is a modified version for use with SableVM.
37
38 http://www.gnu.org/software/classpath/
39
40 This package contains the full set of Java compiled classes.
41 It will unlikely fit on your router as-is.
42
43config FWRT_PACKAGE_SABLEVM_CLASSPATH_MINI
44 prompt "sablevm-classpath-mini........ Minimal set"
45 tristate
46 help
47
48 GNU Classpath, Essential Libraries for Java, is a GNU project to create
49 free core class libraries for use with virtual machines and compilers for
50 the java programming language.
51
52 This is a modified version for use with SableVM.
53
54 http://www.gnu.org/software/classpath/
55
56 This package contains only a minimal set of Java compiled classes, just
57 enough to run the famous "Hello World !" test program.
58
59endchoice
Note: See TracBrowser for help on using the repository browser.