diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:26:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:26:35 +0000 |
commit | 7c3871569458ab2a497937f68e81172bfc0e7802 (patch) | |
tree | 80b6c4a94b3c97ed390dcd123f2c791327f7faa7 /openwrt/package/sqlite | |
parent | 439b8bac004b39878f4db038d8730887edd115ba (diff) | |
download | mtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.zip mtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.tar.gz mtk-20170518-7c3871569458ab2a497937f68e81172bfc0e7802.tar.bz2 |
change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install calls
SVN-Revision: 2388
Diffstat (limited to 'openwrt/package/sqlite')
-rw-r--r-- | openwrt/package/sqlite/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/sqlite/Config.in b/openwrt/package/sqlite/Config.in index 626c5c3..600a05e 100644 --- a/openwrt/package/sqlite/Config.in +++ b/openwrt/package/sqlite/Config.in @@ -1,5 +1,5 @@ config BR2_COMPILE_SQLITE - bool + tristate default n depends BR2_PACKAGE_LIBSQLITE |