This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 1a3a2ac6666f60e49cb52744c5c668e916a84020 (commit) via 8931915b9eefd3c7af39ebe9006274340fbadd7a (commit) via 26ca2208860ea88d48c1715f70f4c1b05cf3836b (commit) via 84e0e7133bbd270979b87451147ccbd593485e11 (commit) from b93741f4ef58800e2e16e813bc39917d2595e191 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 1a3a2ac6666f60e49cb52744c5c668e916a84020 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Nov 24 01:07:56 2010 +0100
Remove mtd from installer filesystem.
commit 8931915b9eefd3c7af39ebe9006274340fbadd7a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Nov 24 01:07:26 2010 +0100
Added usbutils to installer filesys.
commit 26ca2208860ea88d48c1715f70f4c1b05cf3836b Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Nov 24 01:06:33 2010 +0100
Removed unsupported p4-clockmod from cpufreq moduleloader.
commit 84e0e7133bbd270979b87451147ccbd593485e11 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Nov 24 01:05:59 2010 +0100
Updated cpufrequtils (008).
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/installer/mtd | 1 - config/rootfiles/installer/usbutils | 1 + lfs/cpufrequtils | 8 ++++---- src/initscripts/init.d/cpufreq | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) delete mode 120000 config/rootfiles/installer/mtd create mode 120000 config/rootfiles/installer/usbutils
Difference in files: diff --git a/config/rootfiles/installer/mtd b/config/rootfiles/installer/mtd deleted file mode 120000 index 75bc3db..0000000 --- a/config/rootfiles/installer/mtd +++ /dev/null @@ -1 +0,0 @@ -../common/mtd \ No newline at end of file diff --git a/config/rootfiles/installer/usbutils b/config/rootfiles/installer/usbutils new file mode 120000 index 0000000..dcc136f --- /dev/null +++ b/config/rootfiles/installer/usbutils @@ -0,0 +1 @@ +../common/usbutils \ No newline at end of file diff --git a/lfs/cpufrequtils b/lfs/cpufrequtils index fa5d1f6..eb36857 100644 --- a/lfs/cpufrequtils +++ b/lfs/cpufrequtils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2010 IPFire Team <info@ipfire.org # # # # 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 # @@ -24,7 +24,7 @@
include Config
-VER = 007 +VER = 008
THISAPP = cpufrequtils-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cpufrequtils -PAK_VER = 4 +PAK_VER = 5
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = fdd833ce70a9ae40ae8bce5b18f2becf +$(DL_FILE)_MD5 = c59b71c044d463896f3247e8dd83dd7e
install : $(TARGET)
diff --git a/src/initscripts/init.d/cpufreq b/src/initscripts/init.d/cpufreq index 5f28be2..093b8b1 100644 --- a/src/initscripts/init.d/cpufreq +++ b/src/initscripts/init.d/cpufreq @@ -6,7 +6,7 @@ # # Authors : Arne Fitzenreiter - arne_f@ipfire.org # -# Version : 01.00 +# Version : 01.01 # # Notes : # @@ -21,7 +21,7 @@ case "${1}" in
# try cpufreq hardware depend modules for i in $(find /lib/modules/$(uname -r)/kernel/arch/x86/kernel/cpu/cpufreq \ - ! -name speedstep-lib.ko | sort -d -r); do + ! -name speedstep-lib.ko ! -name p4-clockmod.ko | sort -d -r); do module=$(basename $i | cut -d. -f1); modprobe $module > /dev/null 2>&1; if [ ${?} = 0 ]; then
hooks/post-receive -- IPFire 2.x development tree