2012-12-04 19:02:25 +01:00
|
|
|
config BR2_PACKAGE_JAMVM
|
|
|
|
bool "jamvm"
|
2012-12-05 01:00:09 +01:00
|
|
|
depends on BR2_INET_IPV6
|
2012-12-04 19:02:25 +01:00
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
select BR2_PACKAGE_CLASSPATH
|
|
|
|
help
|
|
|
|
JamVM is a new Java Virtual Machine which conforms to the
|
|
|
|
JVM specification version 2 (blue book).
|
|
|
|
|
|
|
|
http://jamvm.sf.net
|
2012-12-05 01:00:09 +01:00
|
|
|
|
|
|
|
comment "jamvm requires a toolchain with IPV6 support"
|
|
|
|
depends on !BR2_INET_IPV6
|