blob: 0153bca070366f5d0a568119374293ddc1438583 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_PACKAGE_CLASSPATH
bool "classpath"
depends on BR2_PACKAGE_JAMVM
depends on BR2_INET_IPV6
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.
http://classpath.org
comment "classpath needs a toolchain w/ IPv6"
depends on BR2_PACKAGE_JAMVM
depends on !BR2_INET_IPV6
|