diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-23 13:21:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-23 13:21:05 +0000 |
commit | d5de24cb8ba761734e0654c0a6a5a10310347e18 (patch) | |
tree | 106d42e991c6b8de6ab86458ed6b4cdff33eaf15 /openwrt/target/linux/package/hostap/ipkg | |
parent | 9d8526eeece7adef661a31ffcf95f9e211b18685 (diff) | |
download | mtk-20170518-d5de24cb8ba761734e0654c0a6a5a10310347e18.zip mtk-20170518-d5de24cb8ba761734e0654c0a6a5a10310347e18.tar.gz mtk-20170518-d5de24cb8ba761734e0654c0a6a5a10310347e18.tar.bz2 |
add hostap kernel driver
SVN-Revision: 2278
Diffstat (limited to 'openwrt/target/linux/package/hostap/ipkg')
3 files changed, 14 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/hostap/ipkg/kmod-hostap-pci.control b/openwrt/target/linux/package/hostap/ipkg/kmod-hostap-pci.control new file mode 100644 index 0000000..3c3cdf8 --- /dev/null +++ b/openwrt/target/linux/package/hostap/ipkg/kmod-hostap-pci.control @@ -0,0 +1,5 @@ +Package: kmod-hostap-pci +Priority: optional +Section: net +Depends: kmod-hostap +Description: Host AP driver for Prism2.5 PCI adaptors diff --git a/openwrt/target/linux/package/hostap/ipkg/kmod-hostap-plx.control b/openwrt/target/linux/package/hostap/ipkg/kmod-hostap-plx.control new file mode 100644 index 0000000..6e039b8 --- /dev/null +++ b/openwrt/target/linux/package/hostap/ipkg/kmod-hostap-plx.control @@ -0,0 +1,5 @@ +Package: kmod-hostap-plx +Priority: optional +Section: net +Depends: kmod-hostap +Description: Host AP driver for Prism2/2.5/3 in PLX9052 based PCI adaptors diff --git a/openwrt/target/linux/package/hostap/ipkg/kmod-hostap.control b/openwrt/target/linux/package/hostap/ipkg/kmod-hostap.control new file mode 100644 index 0000000..e5efb4e --- /dev/null +++ b/openwrt/target/linux/package/hostap/ipkg/kmod-hostap.control @@ -0,0 +1,4 @@ +Package: kmod-hostap +Priority: optional +Section: net +Description: Host AP support for Prism2/2.5/3 IEEE 802.11b |