diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-01 14:40:44 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-01 14:40:44 +0000 |
commit | 20f6233941a0393bca7f4ab69b93b1ff61bac4a6 (patch) | |
tree | 6f2daf2da2a23cc2e48154855ad6741883839df5 /openwrt/package/hostapd/ipkg | |
parent | 6d99ce25b19f23cd287884210bdeaadc429a43dc (diff) |
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@3564 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/hostapd/ipkg')
4 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/hostapd/ipkg/hostapd-mini.conffiles b/openwrt/package/hostapd/ipkg/hostapd-mini.conffiles new file mode 100644 index 000000000..f61980010 --- /dev/null +++ b/openwrt/package/hostapd/ipkg/hostapd-mini.conffiles @@ -0,0 +1 @@ +/etc/hostapd.conf diff --git a/openwrt/package/hostapd/ipkg/hostapd-mini.control b/openwrt/package/hostapd/ipkg/hostapd-mini.control new file mode 100644 index 000000000..5118ba76a --- /dev/null +++ b/openwrt/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/openwrt/package/hostapd/ipkg/hostapd-utils.control b/openwrt/package/hostapd/ipkg/hostapd-utils.control new file mode 100644 index 000000000..5f8d82d9c --- /dev/null +++ b/openwrt/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/openwrt/package/hostapd/ipkg/hostapd.control b/openwrt/package/hostapd/ipkg/hostapd.control index 4ee883e6d..cb2dac672 100644 --- a/openwrt/package/hostapd/ipkg/hostapd.control +++ b/openwrt/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 |