diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 07:01:13 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 07:01:13 +0000 |
commit | 088dee0df758e77f936db4aa822e97878f6a79fd (patch) | |
tree | 52a3dc65f777dd81871675ba7dbf85c13ebe179f /package/hostapd/ipkg | |
parent | 85e1811874209f98971e57d04a714b3e249d08aa (diff) |
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 |