aboutsummaryrefslogtreecommitdiffstats
path: root/package/libffi-sable/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-24 05:59:17 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-24 05:59:17 +0000
commit6896be0c6f8a9017157b11d140ab4c7b2114e998 (patch)
tree2e4c18dbed820b131111e1239bd1d02f2de1491a /package/libffi-sable/Config.in
parent929a01d3893ccd64bb17244c97b58e69009e3d4e (diff)
downloadmaster-187ad058-6896be0c6f8a9017157b11d140ab4c7b2114e998.tar.gz
master-187ad058-6896be0c6f8a9017157b11d140ab4c7b2114e998.tar.bz2
master-187ad058-6896be0c6f8a9017157b11d140ab4c7b2114e998.zip
Add SableVM packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1048 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libffi-sable/Config.in')
-rw-r--r--package/libffi-sable/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libffi-sable/Config.in b/package/libffi-sable/Config.in
new file mode 100644
index 0000000000..afdf2a2575
--- /dev/null
+++ b/package/libffi-sable/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_LIBFFI_SABLE
+ tristate "libffi-sable - Foreign Function Interface library (for sablevm)"
+# default m if CONFIG_DEVEL
+ default n
+ help
+ The libffi library provides a portable, high level programming
+ interface to various calling conventions. This allows a programmer to
+ call any function specified by a call interface description at run
+ time.
+
+ http://sources.redhat.com/libffi/
+