1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 15:27:33 +02:00

Fix depend on libsqlite2

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

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"