summaryrefslogtreecommitdiffstats
path: root/openwrt/package/libpthread/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 13:53:37 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 13:53:37 +0000
commit461d05dcd4d6808026e3d298f3189f1e073b9b03 (patch)
tree93c5caeec611ef8eee16f3b10b1839389a1289e9 /openwrt/package/libpthread/Config.in
parentb6535652562d71224641c398e42223e0491d3155 (diff)
Add libpthread package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@600 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libpthread/Config.in')
-rw-r--r--openwrt/package/libpthread/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/libpthread/Config.in b/openwrt/package/libpthread/Config.in
new file mode 100644
index 000000000..87d1a5d03
--- /dev/null
+++ b/openwrt/package/libpthread/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBPTHREAD
+ tristate "libpthread (POSIX threads library)"
+ default m
+ help
+ POSIX threads library
+