From ca106aac33a1e156a015c84d1e0aeb57dca5203c Mon Sep 17 00:00:00 2001 From: hzy Date: Mon, 3 Oct 2022 17:07:10 +0800 Subject: [PATCH] Split `/lib/compilation-prepare.sh` --- .../patch/kernel-bootsplash-and-drivers.sh} | 18 ------------------ lib/main.sh | 4 ---- 2 files changed, 22 deletions(-) rename lib/{compilation-prepare.sh => functions/compilation/patch/kernel-bootsplash-and-drivers.sh} (98%) diff --git a/lib/compilation-prepare.sh b/lib/functions/compilation/patch/kernel-bootsplash-and-drivers.sh similarity index 98% rename from lib/compilation-prepare.sh rename to lib/functions/compilation/patch/kernel-bootsplash-and-drivers.sh index 7e527c636..155fadf85 100644 --- a/lib/compilation-prepare.sh +++ b/lib/functions/compilation/patch/kernel-bootsplash-and-drivers.sh @@ -1,21 +1,3 @@ -#!/bin/bash -# -# Copyright (c) 2013-2021 Igor Pecovnik, igor.pecovnik@gma**.com -# -# This file is licensed under the terms of the GNU General Public -# License version 2. This program is licensed "as is" without any -# warranty of any kind, whether express or implied. -# -# This file is a part of the Armbian build script -# https://github.com/armbian/build/ - -# Functions: - -# compilation_prepare - - - - compilation_prepare() { diff --git a/lib/main.sh b/lib/main.sh index 9c7e45635..b61a0215c 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -64,10 +64,6 @@ backtitle="Armbian building script, https://www.armbian.com | https://docs.armbi # shellcheck source=import-functions.sh source "${SRC}/lib/import-functions.sh" -# shellcheck source=compilation-prepare.sh -source "${SRC}"/lib/compilation-prepare.sh # drivers that are not upstreamed - - # set log path LOG_SUBPATH=${LOG_SUBPATH:=debug}