Changeset 418e6805 in freewrt for package/mini_httpd


Ignore:
Timestamp:
Nov 10, 2006, 1:28:11 PM (19 years ago)
Author:
Markus Wigge <markus@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
e8fef11
Parents:
d1833aa
Message:

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/mini_httpd/Config.in

    rd1833aa r418e6805  
    99        prompt "mini-httpd........................ A small web server"
    1010        tristate
    11         default m if CONFIG_DEVEL
     11        default n
    1212        select FWRT_COMPILE_MINI_HTTPD
    1313        help
     
    3535        prompt "mini-httpd-htpasswd............... Utility to generate HTTP access files"
    3636        tristate
    37         default m if CONFIG_DEVEL
     37        default n
    3838        select FWRT_PACKAGE_MINI_HTTPD
    3939        help
     
    4343        prompt "mini-httpd-matrixssl.............. A small web server, built with SSL support using MatrixSSL"
    4444        tristate
    45         default m if CONFIG_DEVEL
     45        default n
    4646        select FWRT_COMPILE_MINI_HTTPD
    4747        select FWRT_PACKAGE_LIBMATRIXSSL
     
    7070        prompt "mini-httpd-openssl................ A small web server, built with SSL support using OpenSSL"
    7171        tristate
    72         default m if CONFIG_DEVEL
     72        default n
    7373        select FWRT_COMPILE_MINI_HTTPD
    7474        select FWRT_PACKAGE_LIBOPENSSL
Note: See TracChangeset for help on using the changeset viewer.