diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-11 11:19:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-11 11:19:52 +0200 |
commit | f31f46b5d34279223179d5eaf0af5f16df78adb6 (patch) | |
tree | e7725b9bf176709a13d33eec1d1f5ff6f6b4bf43 | |
parent | b591e3af54a532875a6385a2f1c19f17b81eb2a7 (diff) |
libpthread is required at runtime
-rw-r--r-- | package/iw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/iw/Makefile b/package/iw/Makefile index da9dc8a55..f846181c6 100644 --- a/package/iw/Makefile +++ b/package/iw/Makefile @@ -5,11 +5,11 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= iw PKG_VERSION:= 3.15 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 3b77ad7ec44a865a3bb2ab6c1c463bba PKG_DESCR:= tools for setting up wifi cards via netlink PKG_SECTION:= net/wifi -PKG_DEPENDS:= libnl +PKG_DEPENDS:= libnl libpthread PKG_BUILDDEP:= libnl PKG_URL:= http://wireless.kernel.org/en/users/Documentation/iw PKG_SITES:= https://www.kernel.org/pub/software/network/iw/ |