diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-13 17:59:26 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-13 17:59:26 +0000 |
commit | 8ec96826896e9a9d49d7fc0b5f7cb82039a40b4a (patch) | |
tree | 4fd54a4bb7d8201f7ed9537667208c533d4c3cef /openwrt/package/hostap-utils/Config.in | |
parent | 4763631d975f388817828293977cf4d4c361f2c5 (diff) | |
download | mtk-20170518-8ec96826896e9a9d49d7fc0b5f7cb82039a40b4a.zip mtk-20170518-8ec96826896e9a9d49d7fc0b5f7cb82039a40b4a.tar.gz mtk-20170518-8ec96826896e9a9d49d7fc0b5f7cb82039a40b4a.tar.bz2 |
add hostap-utils package (closes: #50)
SVN-Revision: 2473
Diffstat (limited to 'openwrt/package/hostap-utils/Config.in')
-rw-r--r-- | openwrt/package/hostap-utils/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/hostap-utils/Config.in b/openwrt/package/hostap-utils/Config.in new file mode 100644 index 0000000..d2a9f06 --- /dev/null +++ b/openwrt/package/hostap-utils/Config.in @@ -0,0 +1,9 @@ +config BR2_PACKAGE_HOSTAP_UTILS + prompt "hostap-utils...................... Host AP driver utility programs" + tristate + default m if CONFIG_DEVEL + help + Host AP driver utility programs + + http://hostap.epitest.fi/ + |