summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-07-05 09:33:18 +0000
committerNicolas Thill <nico@openwrt.org>2005-07-05 09:33:18 +0000
commit44cad466adc0518de90412242bd7051dc454bacf (patch)
treefef92a9c247044626ee94cd66dc2c7fb0c7ef2fc /openwrt
parent53ab0b765fb490c17869a8fe9ab24d9631723ff0 (diff)
downloadmtk-20170518-44cad466adc0518de90412242bd7051dc454bacf.zip
mtk-20170518-44cad466adc0518de90412242bd7051dc454bacf.tar.gz
mtk-20170518-44cad466adc0518de90412242bd7051dc454bacf.tar.bz2
Fix depend on libsqlite2
SVN-Revision: 1344
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/php4/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/php4/Config.in b/openwrt/package/php4/Config.in
index 7d16610..d5e50a0 100644
--- a/openwrt/package/php4/Config.in
+++ b/openwrt/package/php4/Config.in
@@ -89,7 +89,7 @@ config BR2_PACKAGE_PHP4_MOD_SQLITE
tristate
# default m if CONFIG_DEVEL
depends BR2_PACKAGE_PHP4
- select BR2_PACKAGE_LIBSQLITE
+ select BR2_PACKAGE_LIBSQLITE2
config BR2_PACKAGE_PHP4_MOD_SOCKETS
prompt "...-mod-sockets - Sockets module"