diff options
Diffstat (limited to 'openwrt/package/cgilib/Config.in')
-rw-r--r-- | openwrt/package/cgilib/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/cgilib/Config.in b/openwrt/package/cgilib/Config.in index ac5088451c..23364d1b74 100644 --- a/openwrt/package/cgilib/Config.in +++ b/openwrt/package/cgilib/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_CGILIB - tristate "cgilib - Simple CGI Library" + prompt "cgilib............................ Simple CGI Library" + tristate # default m if CONFIG_DEVEL default n help @@ -8,5 +9,4 @@ config BR2_PACKAGE_CGILIB FORM variables, sets HTTP Cookies and reads them. http://www.infodrom.org/projects/cgilib/ - |