From 904e566359e9b59da1910ff9ee37afeaf2b9477c Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Tue, 13 Aug 2024 20:29:32 +0000 Subject: [PATCH] initramfs-tools: drop unnecessary helper for ecne. --- helpers/make-initramfs-tools | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 helpers/make-initramfs-tools diff --git a/helpers/make-initramfs-tools b/helpers/make-initramfs-tools deleted file mode 100644 index 92b34e7..0000000 --- a/helpers/make-initramfs-tools +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2023 Ruben Rodriguez -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -# - -VERSION=2 - -. ./config - -patch --no-backup-if-mismatch -p1 < $DATA/no-warn-firmware.patch - -changelog "Do not warn of missing firmware" - -package - -