From ba39c3a960095517ec0a998c6798458929b2db76 Mon Sep 17 00:00:00 2001 From: Paul Martin Date: Tue, 23 Jun 2015 17:23:53 +0000 Subject: Removal of lua from openwrt build --- strata/cpe-wrt/libubox.morph | 2 +- strata/cpe-wrt/ubus.morph | 2 +- strata/cpe-wrt/uci.morph | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/strata/cpe-wrt/libubox.morph b/strata/cpe-wrt/libubox.morph index d0636ebe..f6c86f19 100644 --- a/strata/cpe-wrt/libubox.morph +++ b/strata/cpe-wrt/libubox.morph @@ -2,7 +2,7 @@ name: libubox kind: chunk configure-commands: -- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_LUA=FALSE +- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_LUA=OFF build-commands: - make diff --git a/strata/cpe-wrt/ubus.morph b/strata/cpe-wrt/ubus.morph index 71e3c3cc..7287208d 100644 --- a/strata/cpe-wrt/ubus.morph +++ b/strata/cpe-wrt/ubus.morph @@ -2,7 +2,7 @@ name: ubus kind: chunk build-commands: -- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_LUA=FALSE +- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_LUA=OFF - make install-commands: diff --git a/strata/cpe-wrt/uci.morph b/strata/cpe-wrt/uci.morph index 1360bc8c..a963a10e 100644 --- a/strata/cpe-wrt/uci.morph +++ b/strata/cpe-wrt/uci.morph @@ -2,7 +2,7 @@ name: uci kind: chunk configure-commands: -- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_LUA=FALSE +- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX -DBUILD_LUA=OFF build-commands: - make -- cgit v1.2.1