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 09d7ae9471547ea9ab42a77339666a3e5353caf3 (commit) via 014b284e5f3dc1eb87b1198e717cffa28dc70771 (commit) from 826c22d66c3eae74bb4c7287cdd81478a5341e01 (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 09d7ae9471547ea9ab42a77339666a3e5353caf3 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 11 21:47:16 2014 +0100
linux: Remove disabling of loading the pcspkr module.
commit 014b284e5f3dc1eb87b1198e717cffa28dc70771 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Mar 11 18:03:59 2014 +0100
beep: Update to 1.3.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/76/filelists/beep | 1 + lfs/beep | 4 ++-- lfs/linux | 3 --- src/patches/linux-2.6.30-no-pcspkr-modalias.patch | 12 ------------ 4 files changed, 3 insertions(+), 17 deletions(-) create mode 120000 config/rootfiles/core/76/filelists/beep delete mode 100644 src/patches/linux-2.6.30-no-pcspkr-modalias.patch
Difference in files: diff --git a/config/rootfiles/core/76/filelists/beep b/config/rootfiles/core/76/filelists/beep new file mode 120000 index 0000000..6db094e --- /dev/null +++ b/config/rootfiles/core/76/filelists/beep @@ -0,0 +1 @@ +../../../common/beep \ No newline at end of file diff --git a/lfs/beep b/lfs/beep index dc0d22c..437677b 100644 --- a/lfs/beep +++ b/lfs/beep @@ -24,7 +24,7 @@
include Config
-VER = 1.2.2 +VER = 1.3
THISAPP = beep-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = d541419fd7e5642952d7b48cbb40c712 +$(DL_FILE)_MD5 = 49c340ceb95dbda3f97b2daafac7892a
install : $(TARGET)
diff --git a/lfs/linux b/lfs/linux index 1993cc8..7ffb345 100644 --- a/lfs/linux +++ b/lfs/linux @@ -127,9 +127,6 @@ ifneq "$(KCFG)" "-headers" cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-3.7-disable-compat_vdso.patch endif
- # Disable pcspeaker autoload - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.30-no-pcspkr-modalias.patch - # Remove ACPI Blacklist message cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6-silence-acpi-blacklist.patch
diff --git a/src/patches/linux-2.6.30-no-pcspkr-modalias.patch b/src/patches/linux-2.6.30-no-pcspkr-modalias.patch deleted file mode 100644 index 439269c..0000000 --- a/src/patches/linux-2.6.30-no-pcspkr-modalias.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/drivers/input/misc/pcspkr.c b/drivers/input/misc/pcspkr.c -index 34f4d2e..3e40c70 100644 ---- a/drivers/input/misc/pcspkr.c -+++ b/drivers/input/misc/pcspkr.c -@@ -24,7 +24,6 @@ - MODULE_AUTHOR("Vojtech Pavlik vojtech@ucw.cz"); - MODULE_DESCRIPTION("PC Speaker beeper driver"); - MODULE_LICENSE("GPL"); --MODULE_ALIAS("platform:pcspkr"); - - static int pcspkr_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) - {
hooks/post-receive -- IPFire 2.x development tree