1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 16:36:16 +02:00

Fix depend on libsqlite2

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1344 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-07-05 09:33:18 +00:00
parent ab11d148d1
commit 15bfc0cd49

View File

@ -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"