aboutsummaryrefslogtreecommitdiffstats
path: root/package/sablevm-classpath/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-13 22:20:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-13 22:20:15 +0000
commit8675818f87ede896382e712554a8b820b0f8ead7 (patch)
tree94118554cd257124b0bf579ac85441270645b86f /package/sablevm-classpath/Config.in
parent7797df76097505e0d81a1622f2b13c3593a75ed2 (diff)
downloadupstream-8675818f87ede896382e712554a8b820b0f8ead7.tar.gz
upstream-8675818f87ede896382e712554a8b820b0f8ead7.tar.bz2
upstream-8675818f87ede896382e712554a8b820b0f8ead7.zip
remove lots of non-essential packages
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3641 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/sablevm-classpath/Config.in')
-rw-r--r--package/sablevm-classpath/Config.in59
1 files changed, 0 insertions, 59 deletions
diff --git a/package/sablevm-classpath/Config.in b/package/sablevm-classpath/Config.in
deleted file mode 100644
index 4aef84db33..0000000000
--- a/package/sablevm-classpath/Config.in
+++ /dev/null
@@ -1,59 +0,0 @@
-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