diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:34:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-18 06:34:57 +0000 |
commit | b694678b7489c300252cb2dc4572ddb83f1d90a3 (patch) | |
tree | e6ebdb7b1ef3288be5c8d868847974350beaf317 /openwrt/package/libpthread/ipkg | |
parent | 7710ca63b917c78e34073e47e94f21a68e8fed14 (diff) | |
download | mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.zip mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.tar.gz mtk-20170518-b694678b7489c300252cb2dc4572ddb83f1d90a3.tar.bz2 |
Uniformize package Makefile, move ipkg related files to ./ipkg
SVN-Revision: 665
Diffstat (limited to 'openwrt/package/libpthread/ipkg')
-rw-r--r-- | openwrt/package/libpthread/ipkg/libpthread.control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/libpthread/ipkg/libpthread.control b/openwrt/package/libpthread/ipkg/libpthread.control new file mode 100644 index 0000000..7037493 --- /dev/null +++ b/openwrt/package/libpthread/ipkg/libpthread.control @@ -0,0 +1,6 @@ +Package: libpthread +Priority: optional +Section: libs +Maintainer: Nico <nthill@free.fr> +Source: buildroot internal +Description: POSIX threads library |