From 9e580d1d5f895a7f81cd3da40d834fc067ac06b9 Mon Sep 17 00:00:00 2001 From: Simon Hoinkis Date: Mon, 16 Mar 2015 14:55:30 +0000 Subject: Include lua as chunk instead of stratum --- strata/cpe-wrt.morph | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/strata/cpe-wrt.morph b/strata/cpe-wrt.morph index eeac1326..e391a4f6 100644 --- a/strata/cpe-wrt.morph +++ b/strata/cpe-wrt.morph @@ -2,10 +2,14 @@ name: cpe-wrt kind: stratum description: a CPE router strata based on OpenWrt build-depends: - - morph: strata/lua.morph - morph: strata/foundation.morph - morph: strata/connectivity.morph chunks: +- name: lua + repo: upstream:lua + ref: 5.1.5 + unpetrify-ref: baserock/morph + build-depends: [] - name: json-c repo: upstream:json-c ref: ec4879ac5b502ae81f6b73450b960ede11ad2560 @@ -22,6 +26,7 @@ chunks: unpetrify-ref: build-depends: - json-c + - lua - name: uci repo: upstream:openwrt/uci ref: 790d30606d545956a64f183c3199f472a70a6385 @@ -34,6 +39,7 @@ chunks: unpetrify-ref: build-depends: - libubox + - lua - name: odhcpd repo: upstream:openwrt/odhcpd ref: 721db56281dba79158470d7f69ccc7577f11fbb6 -- cgit v1.2.1