From 79ad123f5c88d81d056ba4da4b96e96db4f1d153 Mon Sep 17 00:00:00 2001 From: Simon Hoinkis Date: Fri, 6 Mar 2015 12:11:39 +0000 Subject: Add mtd to cpe-wrt --- strata/cpe-wrt.morph | 6 ++++++ strata/cpe-wrt/mtd.morph | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 strata/cpe-wrt/mtd.morph diff --git a/strata/cpe-wrt.morph b/strata/cpe-wrt.morph index 23f90440..d7163204 100644 --- a/strata/cpe-wrt.morph +++ b/strata/cpe-wrt.morph @@ -72,3 +72,9 @@ chunks: - libubox - uci - ubus +- name: mtd + morph: strata/openwrt/mtd.morph + repo: upstream:mtd-utils + ref: 92686f212c9a4e16891c6a3c57629cbf4f0f8360 + unpetrify-ref: + build-depends: [] diff --git a/strata/cpe-wrt/mtd.morph b/strata/cpe-wrt/mtd.morph new file mode 100644 index 00000000..f9e7e2ea --- /dev/null +++ b/strata/cpe-wrt/mtd.morph @@ -0,0 +1,8 @@ +name: mtd +kind: chunk + +build-commands: +- make + +install-commands: +- make DESTDIR=$DESTDIR install -- cgit v1.2.1