replace bool by tristate to avoid unnecessary -install calls
[openwrt/staging/dedeckeh.git] / openwrt / package / lua / Config.in
index 54c633088c5a2ba5f9b9e3deb4256b2fe6e2e36f..fc258264be2abc60f50a3da1d7882a047906902f 100644 (file)
@@ -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