diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-13 17:34:51 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-12-13 17:34:51 +0000 |
commit | 0d9990b2fb21cb675d79a76e20f823fedefab8fc (patch) | |
tree | 8630cd2db723b4e7a730bbf196d979511399396e /package/elhttp | |
parent | bbfe3231b1c0910feaccbbf495f49e032f62f64e (diff) | |
download | upstream-0d9990b2fb21cb675d79a76e20f823fedefab8fc.tar.gz upstream-0d9990b2fb21cb675d79a76e20f823fedefab8fc.tar.bz2 upstream-0d9990b2fb21cb675d79a76e20f823fedefab8fc.zip |
use prompt description, not tristate, use select from libraries instead of depends on, suggested by Nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2655 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/elhttp')
-rw-r--r-- | package/elhttp/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/elhttp/Config.in b/package/elhttp/Config.in index 15a718a930..979a2679cb 100644 --- a/package/elhttp/Config.in +++ b/package/elhttp/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_ELHTTP - tristate "elhttp .................... The extra-light http proxy server." + prompt "elhttp............................ The extra-light http proxy server." + tristate default m if CONFIG_DEVEL help The extra-light http proxy server. Features: keep-alive |