]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
iw: Update to iw 3.0
authorRobert Möker <robertm@ipfire.org>
Wed, 10 Aug 2011 11:05:21 +0000 (13:05 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 10 Aug 2011 11:05:46 +0000 (13:05 +0200)
pkgs/iw/iw.nm
pkgs/iw/patches/iw-0.9.17-default-install-to-PREFIX-sbin.patch [deleted file]

index 9202180a74a4bcba48e86bb590b4ad7332052cd0..9861b48d8a71d57b62faf11c902df0d1f2c827df 100644 (file)
@@ -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 (file)
index 74c8e33..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-From f8a9dbbbde041fca098b579c3669819e8282577a Mon Sep 17 00:00:00 2001
-From: John W. Linville <linville@tuxdriver.com>
-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 <linville@tuxdriver.com>
----
-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
-