From 8c545fda021c1bbefac4696bb3a0629aaf146b62 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Thu, 11 Jun 2015 15:27:41 +0100 Subject: Rename mtd chunk as mtd-utils --- strata/cpe-wrt.morph | 4 ++-- strata/cpe-wrt/mtd-utils.morph | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 strata/cpe-wrt/mtd-utils.morph diff --git a/strata/cpe-wrt.morph b/strata/cpe-wrt.morph index b6e1a1c5..0184d812 100644 --- a/strata/cpe-wrt.morph +++ b/strata/cpe-wrt.morph @@ -132,8 +132,8 @@ chunks: - uci - ubus - libnl-tiny -- name: mtd - morph: strata/cpe-wrt/mtd.morph +- name: mtd-utils + morph: strata/cpe-wrt/mtd-utils.morph repo: upstream:mtd-utils ref: dcb5ebe69c663375f13aefa303c8bbbabf414ac8 unpetrify-ref: baserock/1.5.1 diff --git a/strata/cpe-wrt/mtd-utils.morph b/strata/cpe-wrt/mtd-utils.morph new file mode 100644 index 00000000..983aaf39 --- /dev/null +++ b/strata/cpe-wrt/mtd-utils.morph @@ -0,0 +1,8 @@ +name: mtd-utils +kind: chunk + +build-commands: +- make + +install-commands: +- make DESTDIR=$DESTDIR install -- cgit v1.2.1