Changeset c04ece1 in freewrt for package/sqlite2/Config.in


Ignore:
Timestamp:
Jul 22, 2006, 5:48:30 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
5bef084
Parents:
e13d736
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)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/sqlite2/Config.in

    re13d736 rc04ece1  
    1 config BR2_COMPILE_SQLITE2
     1config FWRT_COMPILE_SQLITE2
    22        tristate
    33        default n
    4         depends BR2_PACKAGE_LIBSQLITE2
     4        depends FWRT_PACKAGE_LIBSQLITE2
    55
    6 config BR2_PACKAGE_LIBSQLITE2
     6config FWRT_PACKAGE_LIBSQLITE2
    77        prompt "libsqlite2........................ Self-contained, embeddable, zero-configuration SQL database engine (v2.x)"
    88        tristate
    99        default m if CONFIG_DEVEL
    10         select BR2_COMPILE_SQLITE2
    11         select BR2_PACKAGE_LIBNCURSES
    12         select BR2_PACKAGE_LIBREADLINE
     10        select FWRT_COMPILE_SQLITE2
     11        select FWRT_PACKAGE_LIBNCURSES
     12        select FWRT_PACKAGE_LIBREADLINE
    1313        help
    1414          SQLite is a small C library that implements a self-contained, embeddable,
     
    3939          This package contains the shared library, needed by other programs.
    4040
    41 config BR2_PACKAGE_SQLITE2_CLI
     41config FWRT_PACKAGE_SQLITE2_CLI
    4242        prompt   "sqlite2-cli..................... Command line interface for SQLite (v2.x)"
    4343        tristate
    4444        default m if CONFIG_DEVEL
    45         depends BR2_PACKAGE_LIBSQLITE2
     45        depends FWRT_PACKAGE_LIBSQLITE2
    4646        help
    4747          SQLite is a small C library that implements a self-contained, embeddable,
Note: See TracChangeset for help on using the changeset viewer.