From c51f163321bc4cebc41fc40acb8b9fc17bdf2b2d Mon Sep 17 00:00:00 2001 From: Douglas RAILLARD Date: Tue, 18 Dec 2018 16:29:54 +0000 Subject: [PATCH] buildroot: move config file to tools lisa-buildroot-create-rootfs currently hardcodes the path to the buildroot config, so move the file along it so it is found. --- {shell => tools}/buildroot_config | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {shell => tools}/buildroot_config (100%) diff --git a/shell/buildroot_config b/tools/buildroot_config similarity index 100% rename from shell/buildroot_config rename to tools/buildroot_config -- GitLab