diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-14 07:01:13 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-14 07:01:13 +0000 |
commit | f2b45182ed6af27b97237b8426716993799ebcb7 (patch) | |
tree | 52a3dc65f777dd81871675ba7dbf85c13ebe179f /package/hostapd/ipkg | |
parent | 13e370c2f1885801c0b5f7e1280b3858b43b817b (diff) | |
download | upstream-f2b45182ed6af27b97237b8426716993799ebcb7.tar.gz upstream-f2b45182ed6af27b97237b8426716993799ebcb7.tar.bz2 upstream-f2b45182ed6af27b97237b8426716993799ebcb7.zip |
add hostapd package with initial support for madwifi
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1659 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/ipkg')
-rw-r--r-- | package/hostapd/ipkg/hostapd.conffiles | 1 | ||||
-rw-r--r-- | package/hostapd/ipkg/hostapd.control | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/package/hostapd/ipkg/hostapd.conffiles b/package/hostapd/ipkg/hostapd.conffiles new file mode 100644 index 0000000000..f61980010e --- /dev/null +++ b/package/hostapd/ipkg/hostapd.conffiles @@ -0,0 +1 @@ +/etc/hostapd.conf diff --git a/package/hostapd/ipkg/hostapd.control b/package/hostapd/ipkg/hostapd.control new file mode 100644 index 0000000000..dacf83fe47 --- /dev/null +++ b/package/hostapd/ipkg/hostapd.control @@ -0,0 +1,9 @@ +Package: hostapd +Priority: optional +Section: net +Version: [TBDL] +Architecture: [TBDL] +Maintainer: OpenWrt Developers Team <bugs@openwrt.org> +Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/hostapd/ +Depends: kmod-madwifi, libopenssl +Description: an IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator |