From 2a48e50adee3cab0042e53483203e2734737c033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madis=20M=C3=A4gi?= Date: Mon, 22 Feb 2021 02:40:22 +0200 Subject: [PATCH] Actually use overlay --- 00-deps.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/00-deps.sh b/00-deps.sh index 762394c..dc6eab4 100644 --- a/00-deps.sh +++ b/00-deps.sh @@ -8,6 +8,8 @@ if [ ! -f overlay.tar ]; then exit 1 fi curl -JLO https://github.com/buildroot/buildroot/archive/2020.02.10.tar.gz -tar xvf buildroot-2020.02.10.tar.gz +tar xf buildroot-2020.02.10.tar.gz +mkdir buildroot-2020.02.10/butterknife/ +tar xf overlay.tar -C buildroot-2020.02.10/butterknife/ mkdir bin/