[Lunar-commits] <moonbase> hostapd: move the module to wifi dir and bumped the version to 0.5.11.
Florin Braescu
florin at lunar-linux.org
Tue Dec 16 16:30:53 CET 2008
commit d89662b36990b992dfb4cef9ffaca570b5b9cc4b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Dec 16 17:30:53 2008 +0200
hostapd: move the module to wifi dir and bumped the version to 0.5.11.
Many bugfixes, new features and enhacements.
---
net/hostapd/BUILD | 12 ------------
net/hostapd/DETAILS | 15 ---------------
wifi/hostapd/BUILD | 13 +++++++++++++
wifi/hostapd/DETAILS | 16 ++++++++++++++++
4 files changed, 29 insertions(+), 27 deletions(-)
diff --git a/net/hostapd/BUILD b/net/hostapd/BUILD
deleted file mode 100644
index 6bc8f7f..0000000
--- a/net/hostapd/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- make &&
- prepare_install &&
- install hostapd -m755 /usr/sbin/
- for file in hostapd.conf hostapd.accept hostapd.deny ; do
- if [ ! -f /etc/$file ] ; then
- install $file /etc/
- fi
- done
-
-) > $C_FIFO 2>&1
diff --git a/net/hostapd/DETAILS b/net/hostapd/DETAILS
deleted file mode 100644
index 16ed7ef..0000000
--- a/net/hostapd/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=hostapd
- VERSION=0.3.7
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://hostap.epitest.fi/releases/
- SOURCE_VFY=sha1:e26b502d1bd64f05916715e57bb015401d0a3f6d
- WEB_SITE=http://hostap.epitest.fi/
- ENTERED=20031129
- UPDATED=20050228
- SHORT="User space daemon for extended IEEE 802.11 management"
-cat << EOF
-User space daemon for extended IEEE 802.11 management
-IEEE 802.1X Authenticator
-RADIUS Authentication client
-RADIUS Accounting client
-EOF
diff --git a/wifi/hostapd/BUILD b/wifi/hostapd/BUILD
new file mode 100644
index 0000000..f3a7bb4
--- /dev/null
+++ b/wifi/hostapd/BUILD
@@ -0,0 +1,13 @@
+(
+
+ cp defconfig .config &&
+ make &&
+ prepare_install &&
+ install hostapd -m755 /usr/sbin/
+ for file in hostapd.conf hostapd.accept hostapd.deny ; do
+ if [ ! -f /etc/$file ] ; then
+ install $file /etc/
+ fi
+ done
+
+) > $C_FIFO 2>&1
diff --git a/wifi/hostapd/DETAILS b/wifi/hostapd/DETAILS
new file mode 100644
index 0000000..9deb6b6
--- /dev/null
+++ b/wifi/hostapd/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=hostapd
+ VERSION=0.5.11
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://hostap.epitest.fi/releases
+ SOURCE_VFY=sha1:4c0764207084a9a568a410459d8a0740a487bce8
+ WEB_SITE=http://hostap.epitest.fi
+ ENTERED=20031129
+ UPDATED=20081216
+ SHORT="User space daemon for extended IEEE 802.11 management"
+
+cat << EOF
+User space daemon for extended IEEE 802.11 management
+IEEE 802.1X Authenticator
+RADIUS Authentication client
+RADIUS Accounting client
+EOF
More information about the Lunar-commits
mailing list