From: Robert Möker Date: Wed, 10 Aug 2011 11:05:21 +0000 (+0200) Subject: iw: Update to iw 3.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7737398fa1093eae254aaeb7549584be51b37f07;p=ipfire-3.x.git iw: Update to iw 3.0 --- diff --git a/pkgs/iw/iw.nm b/pkgs/iw/iw.nm index 9202180a7..9861b48d8 100644 --- a/pkgs/iw/iw.nm +++ b/pkgs/iw/iw.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = iw -PKG_VER = 0.9.17 +PKG_VER = 3.0 PKG_REL = 1 PKG_MAINTAINER = @@ -38,9 +38,8 @@ PKG_BUILD_DEPS+= libnl-devel pkg-config define PKG_DESCRIPTION iw is a new nl80211 based CLI configuration utility for wireless \ - devices. Currently you can only use this utility to configure devices \ - which use a mac80211 driver as these are the new drivers being written \ - - only because most new wireless devices being sold are now SoftMAC. + devices. It supports almost all new drivers that have been added \ + to the kernel recently. endef PKG_TARBALL = $(THISAPP).tar.bz2 diff --git a/pkgs/iw/patches/iw-0.9.17-default-install-to-PREFIX-sbin.patch b/pkgs/iw/patches/iw-0.9.17-default-install-to-PREFIX-sbin.patch deleted file mode 100644 index 74c8e333d..000000000 --- a/pkgs/iw/patches/iw-0.9.17-default-install-to-PREFIX-sbin.patch +++ /dev/null @@ -1,42 +0,0 @@ -From f8a9dbbbde041fca098b579c3669819e8282577a Mon Sep 17 00:00:00 2001 -From: John W. Linville -Date: Wed, 30 Sep 2009 09:17:39 -0400 -Subject: [iw PATCH] default install to $(PREFIX)/sbin - -The iw utility isn't generally useful to normal users, so move it to -$(PREFIX)/sbin with other system management executables. - -Signed-off-by: John W. Linville ---- -As "suggested" by Johannes... :-) - - Makefile | 6 +++--- - 1 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/Makefile b/Makefile -index cb5fcc1..68bef4d 100644 ---- a/Makefile -+++ b/Makefile -@@ -3,7 +3,7 @@ - MAKEFLAGS += --no-print-directory - - PREFIX ?= /usr --BINDIR ?= $(PREFIX)/bin -+SBINDIR ?= $(PREFIX)/sbin - MANDIR ?= $(PREFIX)/share/man - PKG_CONFIG ?= pkg-config - -@@ -85,8 +85,8 @@ check: - - install: iw iw.8.gz - @$(NQ) ' INST iw' -- $(Q)$(MKDIR) $(DESTDIR)$(BINDIR) -- $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(BINDIR) iw -+ $(Q)$(MKDIR) $(DESTDIR)$(SBINDIR) -+ $(Q)$(INSTALL) -m 755 -t $(DESTDIR)$(SBINDIR) iw - @$(NQ) ' INST iw.8' - $(Q)$(MKDIR) $(DESTDIR)$(MANDIR)/man8/ - $(Q)$(INSTALL) -m 644 -t $(DESTDIR)$(MANDIR)/man8/ iw.8.gz --- -1.6.2.5 -