aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-04-01 14:40:44 +0000
committerNicolas Thill <nico@openwrt.org>2006-04-01 14:40:44 +0000
commit8b78b92a74a0412efaf0970db67ddeda300d68aa (patch)
treea511d1b9c63853080a102f75460eb3ad65efc519 /package/hostapd/ipkg
parent72d045c6518abf188b79e5011a2fb4ac3ec23c1c (diff)
downloadmaster-187ad058-8b78b92a74a0412efaf0970db67ddeda300d68aa.tar.gz
master-187ad058-8b78b92a74a0412efaf0970db67ddeda300d68aa.tar.bz2
master-187ad058-8b78b92a74a0412efaf0970db67ddeda300d68aa.zip
add an hostapd-mini package with WPA support only, and move hostapd_cli in a
separate hostapd-utils package. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3564 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/ipkg')
-rw-r--r--package/hostapd/ipkg/hostapd-mini.conffiles1
-rw-r--r--package/hostapd/ipkg/hostapd-mini.control5
-rw-r--r--package/hostapd/ipkg/hostapd-utils.control5
-rw-r--r--package/hostapd/ipkg/hostapd.control1
4 files changed, 12 insertions, 0 deletions
diff --git a/package/hostapd/ipkg/hostapd-mini.conffiles b/package/hostapd/ipkg/hostapd-mini.conffiles
new file mode 100644
index 0000000000..f61980010e
--- /dev/null
+++ b/package/hostapd/ipkg/hostapd-mini.conffiles
@@ -0,0 +1 @@
+/etc/hostapd.conf
diff --git a/package/hostapd/ipkg/hostapd-mini.control b/package/hostapd/ipkg/hostapd-mini.control
new file mode 100644
index 0000000000..5118ba76ac
--- /dev/null
+++ b/package/hostapd/ipkg/hostapd-mini.control
@@ -0,0 +1,5 @@
+Package: hostapd-mini
+Priority: optional
+Section: net
+Depends: kmod-madwifi
+Description: an IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (with EAP/PSK only)
diff --git a/package/hostapd/ipkg/hostapd-utils.control b/package/hostapd/ipkg/hostapd-utils.control
new file mode 100644
index 0000000000..5f8d82d9c4
--- /dev/null
+++ b/package/hostapd/ipkg/hostapd-utils.control
@@ -0,0 +1,5 @@
+Package: hostapd-utils
+Priority: optional
+Section: net
+Depends: hostapd
+Description: an IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (CLI utility)
diff --git a/package/hostapd/ipkg/hostapd.control b/package/hostapd/ipkg/hostapd.control
index 4ee883e6d6..cb2dac672b 100644
--- a/package/hostapd/ipkg/hostapd.control
+++ b/package/hostapd/ipkg/hostapd.control
@@ -2,4 +2,5 @@ Package: hostapd
Priority: optional
Section: net
Depends: kmod-madwifi, libopenssl
+Provides: hostpad
Description: an IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator