diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-12 04:03:48 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-12 04:03:48 +0000 |
commit | 45b2fe29feb19bafa492e4add51b0e423f71a670 (patch) | |
tree | 07f921f0df8ea12bec83fda38018a11daf19f341 /openwrt/package/hostap-utils | |
parent | dab76b42698d91d3ed0a5f50168577c22e10ba08 (diff) |
adjust svn properties: add missing "svn:keywords" for Makefiles,
set "svn:eol-style" to LF and remove "svn:keywords" for Config.in and ipkg/* files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2638 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/hostap-utils')
-rw-r--r-- | openwrt/package/hostap-utils/Config.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/openwrt/package/hostap-utils/Config.in b/openwrt/package/hostap-utils/Config.in index 71a9f2235..d2a9f0634 100644 --- a/openwrt/package/hostap-utils/Config.in +++ b/openwrt/package/hostap-utils/Config.in @@ -1,9 +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/
-
+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/ + |