Skip to content

Commit

Permalink
Merge pull request #5 from prabhakarlad/master
Browse files Browse the repository at this point in the history
Added support for iw tool
  • Loading branch information
lundmar committed Oct 13, 2014
2 parents 9849459 + ffa0fb6 commit 25b9b7f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions iw/Buildfile
@@ -0,0 +1,20 @@
# Description: iw is a new nl80211 based CLI configuration utility for wireless devices
# URL: http://wireless.kernel.org/en/users/Documentation/iw
# License: BSD

name=iw
version=3.17
release=1
source=(https://www.kernel.org/pub/software/network/iw/$name-$version.tar.gz)
depends=(libnl)

build () {
cd $name-$version/

make -j $JOBS CC="$HOST-gcc"

make DESTDIR=$PKG PREFIX=/usr install

# Fix libtool files
fix_la_files $PKG
}

0 comments on commit 25b9b7f

Please sign in to comment.