aboutsummaryrefslogtreecommitdiffstats
path: root/package/libpthread/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-09 13:53:37 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-09 13:53:37 +0000
commit56e4fc63adb09d1a218784192d0dfa3e955cbe5a (patch)
tree6924c81b0a6ba48031c7bb39f6cbe07c50608f96 /package/libpthread/Config.in
parent8dd8ebe928cc736b6c6ac406b9973c229ddcd7a8 (diff)
downloadmaster-187ad058-56e4fc63adb09d1a218784192d0dfa3e955cbe5a.tar.gz
master-187ad058-56e4fc63adb09d1a218784192d0dfa3e955cbe5a.tar.bz2
master-187ad058-56e4fc63adb09d1a218784192d0dfa3e955cbe5a.zip
Add libpthread package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@600 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libpthread/Config.in')
-rw-r--r--package/libpthread/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/libpthread/Config.in b/package/libpthread/Config.in
new file mode 100644
index 0000000000..87d1a5d030
--- /dev/null
+++ b/package/libpthread/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LIBPTHREAD
+ tristate "libpthread (POSIX threads library)"
+ default m
+ help
+ POSIX threads library
+