diff options
Diffstat (limited to 'strata/connectivity.morph')
-rw-r--r-- | strata/connectivity.morph | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/strata/connectivity.morph b/strata/connectivity.morph new file mode 100644 index 00000000..dbd4a263 --- /dev/null +++ b/strata/connectivity.morph @@ -0,0 +1,20 @@ +name: connectivity +kind: stratum +build-depends: +- morph: strata/foundation.morph +chunks: +- name: libnl + repo: upstream:libnl + ref: a2c4bd8f094a7247903578860a9c42049991860b + unpetrify-ref: baserock/morph +- name: wpa_supplicant + morph: strata/connectivity/wpa_supplicant.morph + repo: upstream:hostap + ref: c4a58c968044c2002706b1a69c089c4d63728e77 + unpetrify-ref: baserock/hostap_2_3 + build-depends: + - libnl +- name: iptables + repo: upstream:iptables + ref: 482c6d3731e2681cb4baae835c294840300197e6 + unpetrify-ref: v1.4.21 |