From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bjg1V0VNfz34P1 for ; Thu, 17 Jul 2025 17:30:38 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bjg1Q47lkz332k for ; Thu, 17 Jul 2025 17:30:34 +0000 (UTC) Received: from michael.haj.ipfire.org (michael.haj.ipfire.org [172.28.1.242]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "michael.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bjg1P4HSbz1F2; Thu, 17 Jul 2025 17:30:33 +0000 (UTC) Received: by michael.haj.ipfire.org (Postfix, from userid 0) id 4bjg1P26GvzTgLJ; Thu, 17 Jul 2025 17:30:33 +0000 (UTC) From: Michael Tremer To: development@lists.ipfire.org Cc: Michael Tremer Subject: [PATCH 2/3] cpufrequtils: Drop package Date: Thu, 17 Jul 2025 17:30:31 +0000 Message-Id: <20250717173032.3442618-2-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250717173032.3442618-1-michael.tremer@ipfire.org> References: <20250717173032.3442618-1-michael.tremer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This is now implemented in the core distribution. Signed-off-by: Michael Tremer --- config/rootfiles/packages/cpufrequtils | 2 - lfs/cpufrequtils | 69 -------------------------- make.sh | 1 - 3 files changed, 72 deletions(-) delete mode 100644 config/rootfiles/packages/cpufrequtils delete mode 100644 lfs/cpufrequtils diff --git a/config/rootfiles/packages/cpufrequtils b/config/rootfiles/packages/cpufrequtils deleted file mode 100644 index a058f370b..000000000 --- a/config/rootfiles/packages/cpufrequtils +++ /dev/null @@ -1,2 +0,0 @@ -etc/rc.d/init.d/cpufreq -etc/rc.d/rc3.d/S18cpufreq diff --git a/lfs/cpufrequtils b/lfs/cpufrequtils deleted file mode 100644 index 0383834b6..000000000 --- a/lfs/cpufrequtils +++ /dev/null @@ -1,69 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # -# # -# 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 3 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, see . # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -SUMMARY = compatiblity initscript to set ondemand/powersave gov via cpupower - -VER = ipfire - -THISAPP = cpufrequtils-$(VER) -#DL_FILE = $(THISAPP).tar.bz2 -#DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = cpufrequtils -PAK_VER = 15 - -DEPS = - -SERVICES = - -############################################################################### -# Top-level Rules -############################################################################### - - -install : $(TARGET) - -check : - -download : - -b2 : - -dist: - @$(PAK) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - - #install initscripts - $(call INSTALL_INITSCRIPTS,cpufreq) - - @$(POSTBUILD) diff --git a/make.sh b/make.sh index dc1feb37a..56fd9be22 100755 --- a/make.sh +++ b/make.sh @@ -1903,7 +1903,6 @@ build_system() { lfsmake2 hostapd lfsmake2 syslinux lfsmake2 tftpd - lfsmake2 cpufrequtils lfsmake2 apcupsd lfsmake2 fireperf lfsmake2 iperf -- 2.39.5