Changeset 418e6805 in freewrt for package/gnutls/Config.in


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/gnutls/Config.in

    rd1833aa r418e6805  
    77        prompt "libgnutls......................... The GNU TLS library"
    88        tristate
    9         default m if CONFIG_DEVEL
     9        default n
    1010        select FWRT_COMPILE_GNUTLS
    1111        select FWRT_PACKAGE_LIBGCRYPT
     
    3939        prompt   "gnutls-utils.................... The GNU TLS utilities"
    4040        tristate
    41         default m if CONFIG_DEVEL
     41        default n
    4242        depends FWRT_PACKAGE_LIBGNUTLS
    4343        help
     
    7070        prompt   "libgnutls-openssl............... The GNU TLS OpenSSL compatibility layer library"
    7171        tristate
    72         default m if CONFIG_DEVEL
     72        default n
    7373        depends FWRT_PACKAGE_LIBGNUTLS
    7474        help
Note: See TracChangeset for help on using the changeset viewer.