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 | bcce58140c1809255bab3a4f365c3afa359bad4a (patch) | |
tree | 16a4d15c5512d251de57ba67cd4ad25972d68b5a /package/hostap-utils/Config.in | |
parent | 61bafc4cde43c20946fdb996d51c3a193526bfe0 (diff) |
add hostap-utils package (closes: #50)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2473 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-utils/Config.in')
-rw-r--r-- | package/hostap-utils/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/hostap-utils/Config.in b/package/hostap-utils/Config.in new file mode 100644 index 0000000000..71a9f22355 --- /dev/null +++ b/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/
+
|