diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-22 11:36:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-22 11:36:13 +0100 |
commit | 15f7f8f402eab5b7cd03094c358435c4c880b5b6 (patch) | |
tree | dcad0212391e8a9fbb89423d8b9b58ba6466420c /package/iw/Makefile | |
parent | 79d3532b0f8f04ec07788c997b24162cdaab8b26 (diff) |
more bulk build fixes
- update rtorrent, libtorrent and libsigc++
- add skeleton for cfinstaller
- fix uclibc samba compile
- fix parallel builds
- update tcl
- update iw
- remove mac80211 package, use kernel integrated drivers
- mark packages which can not be compiled parallel (make -j2)
Diffstat (limited to 'package/iw/Makefile')
-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 2f63420c0..606fbadf6 100644 --- a/package/iw/Makefile +++ b/package/iw/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= iw -PKG_VERSION:= 0.9.14 +PKG_VERSION:= 0.9.17 PKG_RELEASE:= 1 -PKG_MD5SUM:= b5059cfe86bc7664511b79c159635a8f +PKG_MD5SUM:= 427841093ac11c5cbc025a3e13aac139 PKG_DESCR:= Tools for setting up WiFi cards via netlink (nl80211) PKG_SECTION:= net PKG_DEPENDS:= libnl |