Changeset 418e6805 in freewrt for package/sqlite


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

    rd1833aa r418e6805  
    77        prompt "libsqlite......................... Self-contained, embeddable, zero-configuration SQL database engine"
    88        tristate
    9         default m if CONFIG_DEVEL
     9        default n
    1010        select FWRT_COMPILE_SQLITE
    1111        select FWRT_PACKAGE_LIBNCURSES
     
    4242        prompt   "sqlite-cli...................... Command line interface for SQLite"
    4343        tristate
    44         default m if CONFIG_DEVEL
     44        default n
    4545        depends FWRT_PACKAGE_LIBSQLITE
    4646        help
Note: See TracChangeset for help on using the changeset viewer.