summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Holland <william.holland@codethink.co.uk>2015-03-05 11:35:44 +0000
committerRichard Dale <richard.dale@codethink.co.uk>2015-05-19 16:56:05 +0100
commitffa9fed7f18e900824e2b5d3657c34f2b46d5b18 (patch)
treeffdc709fcfb5cd9bd5e00696aa2d584608e00061
parent508d657dd94478d41eb1ec93a1c1556c607d55e6 (diff)
downloaddefinitions-ffa9fed7f18e900824e2b5d3657c34f2b46d5b18.tar.gz
Add cpe-wrt stratum for a wireless router
The cpe-wrt stratum contains selected chunks from OpenWrt for use in a wireless router system.
-rw-r--r--strata/cpe-wrt.morph57
1 files changed, 57 insertions, 0 deletions
diff --git a/strata/cpe-wrt.morph b/strata/cpe-wrt.morph
new file mode 100644
index 00000000..9d68bd85
--- /dev/null
+++ b/strata/cpe-wrt.morph
@@ -0,0 +1,57 @@
+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: json-c
+ repo: upstream:json-c
+ ref: ec4879ac5b502ae81f6b73450b960ede11ad2560
+ unpetrify-ref: baserock/morph
+ build-depends: []
+- name: odhcp6c
+ repo: upstream:codhcp6c
+ ref: 8d9b60fb496000988f3633951f2e30380fc2de50
+ unpetrify-ref:
+ build-depends: []
+- name: libubox
+ repo: upstream:libubox
+ ref: ca6d5472056ceee4b8ab320167e0ae8155a95985
+ unpetrify-ref:
+ build-depends:
+ - json-c
+- name: uci
+ repo: upstream:uci
+ ref: 790d30606d545956a64f183c3199f472a70a6385
+ unpetrify-ref:
+ build-depends:
+ - libubox
+- name: ubus
+ repo: upstream:ubus
+ ref: 2d660c519d2fcff95248da9f4fd9b37d61f9eb09
+ unpetrify-ref:
+ build-depends:
+ - libubox
+- name: odhcpd
+ repo: upstream:odhcpd
+ ref: 721db56281dba79158470d7f69ccc7577f11fbb6
+ unpetrify-ref:
+ build-depends:
+ - uci
+- name: ubox
+ repo: upstream:ubox
+ ref: 1dce0407268937cdf37b9c0643632e6c31f5792a
+ unpetrify-ref:
+ build-depends:
+ - ubus
+ - uci
+- name: firewall3
+ repo: upstream:firewall3
+ ref: 165029cb8c0f1545628f44143aec965e64cef021
+ unpetrify-ref:
+ build-depends:
+ - ubus
+ - uci
+