[Lunar-commits] <moonbase> iw: Version bump and moving to wifi.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Oct 18 13:59:56 CEST 2011


commit 3e4c39f90df126832f062ff166b5b3adae324533
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Oct 18 07:59:56 2011 -0400

    iw: Version bump and moving to wifi.
---
 wifi/iw/BUILD    |    8 ++++++++
 wifi/iw/DEPENDS  |    1 +
 wifi/iw/DETAILS  |   15 +++++++++++++++
 zbeta/iw/BUILD   |    8 --------
 zbeta/iw/DEPENDS |    1 -
 zbeta/iw/DETAILS |   15 ---------------
 6 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/wifi/iw/BUILD b/wifi/iw/BUILD
new file mode 100644
index 0000000..7174faa
--- /dev/null
+++ b/wifi/iw/BUILD
@@ -0,0 +1,8 @@
+(
+
+# so it does not trip on finding nl2 so files.
+  sed -i "26d" Makefile &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/wifi/iw/DEPENDS b/wifi/iw/DEPENDS
new file mode 100644
index 0000000..ba94525
--- /dev/null
+++ b/wifi/iw/DEPENDS
@@ -0,0 +1 @@
+depends libnl2
diff --git a/wifi/iw/DETAILS b/wifi/iw/DETAILS
new file mode 100644
index 0000000..df646b6
--- /dev/null
+++ b/wifi/iw/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=iw
+         VERSION=3.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://wireless.kernel.org/download/iw
+      SOURCE_VFY=sha1:559636c4f73485db6fd4bf6f438e60fe5f23f569
+        WEB_SITE=http://wireless.kernel.org/en/users/Documentation/iw
+         ENTERED=20110121
+         UPDATED=20111018
+           SHORT="nl80211-based CLI configuration utility for wireless devices"
+
+cat << EOF
+iw is a new nl80211-based CLI configuration utility for wireless
+devices. It supports almost all new drivers that have been added to the
+kernel recently.
+EOF
diff --git a/zbeta/iw/BUILD b/zbeta/iw/BUILD
deleted file mode 100644
index 7174faa..0000000
--- a/zbeta/iw/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
-# so it does not trip on finding nl2 so files.
-  sed -i "26d" Makefile &&
-
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/iw/DEPENDS b/zbeta/iw/DEPENDS
deleted file mode 100644
index ba94525..0000000
--- a/zbeta/iw/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends libnl2
diff --git a/zbeta/iw/DETAILS b/zbeta/iw/DETAILS
deleted file mode 100644
index 0482d7d..0000000
--- a/zbeta/iw/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=iw
-         VERSION=0.9.22
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://wireless.kernel.org/download/iw
-      SOURCE_VFY=sha1:a91226daab473d1aa0b6586c61f1c62db9618b7d
-        WEB_SITE=http://wireless.kernel.org/en/users/Documentation/iw
-         ENTERED=20110121
-         UPDATED=20110228
-           SHORT="nl80211-based CLI configuration utility for wireless devices"
-
-cat << EOF
-iw is a new nl80211-based CLI configuration utility for wireless
-devices. It supports almost all new drivers that have been added to the
-kernel recently.
-EOF


More information about the Lunar-commits mailing list