From 4799f87aaef757d741f65f3d23f188f3032d824c Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Tue, 27 Jan 2015 13:28:57 +0000 Subject: WIP toybox implementation --- strata/build-essential/stage2-toybox.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 strata/build-essential/stage2-toybox.morph (limited to 'strata/build-essential/stage2-toybox.morph') diff --git a/strata/build-essential/stage2-toybox.morph b/strata/build-essential/stage2-toybox.morph new file mode 100644 index 00000000..eff46875 --- /dev/null +++ b/strata/build-essential/stage2-toybox.morph @@ -0,0 +1,10 @@ +name: stage2-toybox +kind: chunk +configure-commands: +- chmod +x ./configure +- ./configure --prefix="$PREFIX" +build-commands: +- CFLAGS="--static" make defconfig +- make toybox +install-commands: +- PREFIX="$DESTDIR$PREFIX" make install -- cgit v1.2.1