diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-12 04:03:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-12 04:03:48 +0000 |
commit | bf57464e60ac5b576f82ef83715b2338ceb4d106 (patch) | |
tree | 83f593c3aa909d7c2097e5270d39769a809760a7 /package/hostap-utils | |
parent | 1bb2278a4da56baa7a19322f9a6c182f354ca487 (diff) | |
download | master-187ad058-bf57464e60ac5b576f82ef83715b2338ceb4d106.tar.gz master-187ad058-bf57464e60ac5b576f82ef83715b2338ceb4d106.tar.bz2 master-187ad058-bf57464e60ac5b576f82ef83715b2338ceb4d106.zip |
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/openwrt@2638 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-utils')
-rw-r--r-- | package/hostap-utils/Config.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/package/hostap-utils/Config.in b/package/hostap-utils/Config.in index 71a9f22355..d2a9f06347 100644 --- a/package/hostap-utils/Config.in +++ b/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/ + |