Show
Ignore:
Timestamp:
07/22/06 17:48:30 (6 years ago)
Author:
tg
Message:

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/gnutls/Config.in

    r1 r360  
    1 config BR2_COMPILE_GNUTLS 
     1config FWRT_COMPILE_GNUTLS 
    22        tristate 
    33        default n 
    4         depends BR2_PACKAGE_LIBGNUTLS 
     4        depends FWRT_PACKAGE_LIBGNUTLS 
    55 
    6 config BR2_PACKAGE_LIBGNUTLS 
     6config FWRT_PACKAGE_LIBGNUTLS 
    77        prompt "libgnutls......................... The GNU TLS library" 
    88        tristate 
    99        default m if CONFIG_DEVEL 
    10         select BR2_COMPILE_GNUTLS 
    11         select BR2_PACKAGE_LIBGCRYPT 
     10        select FWRT_COMPILE_GNUTLS 
     11        select FWRT_PACKAGE_LIBGCRYPT 
    1212        help 
    1313          GnuTLS is a project that aims to develop a library which provides a  
     
    3636          This packages contains the GnuTLS shared libraries, needed by other programs. 
    3737 
    38 config BR2_PACKAGE_GNUTLS_UTILS 
     38config FWRT_PACKAGE_GNUTLS_UTILS 
    3939        prompt   "gnutls-utils.................... The GNU TLS utilities" 
    4040        tristate 
    4141        default m if CONFIG_DEVEL 
    42         depends BR2_PACKAGE_LIBGNUTLS 
     42        depends FWRT_PACKAGE_LIBGNUTLS 
    4343        help 
    4444          GnuTLS is a project that aims to develop a library which provides a  
     
    6767          This packages contains some GnuTLS utilities. 
    6868 
    69 config BR2_PACKAGE_LIBGNUTLS_OPENSSL 
     69config FWRT_PACKAGE_LIBGNUTLS_OPENSSL 
    7070        prompt   "libgnutls-openssl............... The GNU TLS OpenSSL compatibility layer library" 
    7171        tristate 
    7272        default m if CONFIG_DEVEL 
    73         depends BR2_PACKAGE_LIBGNUTLS 
     73        depends FWRT_PACKAGE_LIBGNUTLS 
    7474        help 
    7575          GnuTLS is a project that aims to develop a library which provides a