fix typo
[openwrt.git] / openwrt / package / sqlite / Config.in
index 79ecfa3..98e1348 100644 (file)
@@ -1,4 +1,4 @@
-config BR2_PACKAGE_SQLITE
+config BR2_COMPILE_SQLITE
        bool
        default n
        depends BR2_PACKAGE_LIBSQLITE
@@ -6,9 +6,10 @@ config BR2_PACKAGE_SQLITE
 config BR2_PACKAGE_LIBSQLITE
        prompt "libsqlite - Self-contained, embeddable, zero-configuration SQL database engine"
        tristate
-#      default m if CONFIG_DEVEL
-       default n
-       select BR2_PACKAGE_SQLITE
+       default m if CONFIG_DEVEL
+       select BR2_COMPILE_SQLITE
+       select BR2_PACKAGE_LIBNCURSES
+       select BR2_PACKAGE_LIBREADLINE
        help
          SQLite is a small C library that implements a self-contained, embeddable, 
          zero-configuration SQL database engine. Features include:
@@ -40,8 +41,7 @@ config BR2_PACKAGE_LIBSQLITE
 config BR2_PACKAGE_SQLITE_CLI
        prompt "sqlite-cli - Command line interface for SQLite"
        tristate
-#      default m if CONFIG_DEVEL
-       default n
+       default m if CONFIG_DEVEL
        depends BR2_PACKAGE_LIBSQLITE
        help
          SQLite is a small C library that implements a self-contained, embeddable,