load kernel modules in kmod- packages from postinst scripts at install.
[openwrt.git] / openwrt / package / sablevm / Config.in
1 config BR2_PACKAGE_SABLEVM
2 prompt "sablevm........................... A Java Virtual Machine (JVM) implementation"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBFFI_SABLE
6 select BR2_PACKAGE_LIBLTDL
7 select BR2_PACKAGE_LIBPOPT
8 select BR2_PACKAGE_LIBPTHREAD
9 select BR2_PACKAGE_ZLIB
10 help
11 SableVM is a robust, extremely portable, efficient, and specifications-
12 -compliant Java virtual machine that aims to be easy to maintain and to
13 extend. It features a state-of-the-art and efficient interpreter engine.
14 Its source code is very accessible and easy to understand. It also has
15 many robustness features that have been the object of careful design.
16
17 http://sablevm.org/
18
This page took 0.056384 seconds and 5 git commands to generate.