summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt.morph
blob: 23f904401f6e0233713a07db081d8f65f21cfe60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
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
- name: fstools
  morph: strata/cpe-wrt/fstools.morph
  repo: upstream:fstools
  ref: 1c1bfa053103f7783167d2ab272fb11331f87681
  unpetrify-ref:
  build-depends:
  - libubox
  - uci
- name: netifd
  morph: strata/cpe-wrt/netifd.morph
  repo: upstream:netifd
  ref: 4d84111e1014c817653db92bcd8024ff1935b6be
  unpetrify-ref:
  build-depends:
  - json-c
  - libubox
  - uci
  - ubus