diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:19:30 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-22 03:19:30 +0000 |
commit | e22e54164a12041ce4ce89baf93cdf9c20f0df4d (patch) | |
tree | 55171096dbb066ea4a2555db2b10c6b036e5cb3b /openwrt/package/lua | |
parent | 5c85ed4bb842a4918fc9d2024ca857007492ccd4 (diff) | |
download | mtk-20170518-e22e54164a12041ce4ce89baf93cdf9c20f0df4d.zip mtk-20170518-e22e54164a12041ce4ce89baf93cdf9c20f0df4d.tar.gz mtk-20170518-e22e54164a12041ce4ce89baf93cdf9c20f0df4d.tar.bz2 |
replace bool by tristate to avoid unnecessary -install calls
SVN-Revision: 2545
Diffstat (limited to 'openwrt/package/lua')
-rw-r--r-- | openwrt/package/lua/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/lua/Config.in b/openwrt/package/lua/Config.in index 54c6330..fc25826 100644 --- a/openwrt/package/lua/Config.in +++ b/openwrt/package/lua/Config.in @@ -2,7 +2,7 @@ menu "lua............................... LUA programming language" config BR2_COMPILE_LUA tristate - default y + default n depends BR2_PACKAGE_LIBLUA config BR2_PACKAGE_LIBLUA |