diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-13 17:59:26 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-13 17:59:26 +0000 |
commit | 28305cf4cf4731566d0e966620ab00baf1058fdb (patch) | |
tree | f3653219285dc8833f5725b216a50d25298f154e /openwrt/package/hostap-utils/Config.in | |
parent | a17b0c2a27f70b31f8e7427a318c61e5d3afb6ec (diff) |
add hostap-utils package (closes: #50)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2473 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 000000000..71a9f2235 --- /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/
+
|