From d2f3ea993008c8eee87f89861d83198c49fde41a Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 8 Mar 2013 17:12:12 +0100 Subject: [PATCH] Revert "rpi-firmware: updated to 98e5704." This reverts commit 465d1730ba9f3d736a700e5c50a8caca2ff1fdae. kernel get panic at alsa sound playback with this firmware. --- config/rootfiles/common/armv5tel/rpi-firmware | 2 -- config/rootfiles/core/67/exclude | 1 - config/rootfiles/core/67/filelists/armv5tel/rpi-firmware | 1 - lfs/rpi-firmware | 6 +++--- 4 files changed, 3 insertions(+), 7 deletions(-) delete mode 120000 config/rootfiles/core/67/filelists/armv5tel/rpi-firmware diff --git a/config/rootfiles/common/armv5tel/rpi-firmware b/config/rootfiles/common/armv5tel/rpi-firmware index 0736399209..3024548c1f 100644 --- a/config/rootfiles/common/armv5tel/rpi-firmware +++ b/config/rootfiles/common/armv5tel/rpi-firmware @@ -5,7 +5,5 @@ boot/config.txt #boot/first32k.bin boot/start.elf boot/start_cd.elf -boot/start_x.elf boot/fixup.dat boot/fixup_cd.dat -boot/fixup_x.dat diff --git a/config/rootfiles/core/67/exclude b/config/rootfiles/core/67/exclude index 321a931ca5..18141fd3ee 100644 --- a/config/rootfiles/core/67/exclude +++ b/config/rootfiles/core/67/exclude @@ -1,5 +1,4 @@ srv/web/ipfire/html/proxy.pac -boot/config.txt etc/udev/rules.d/30-persistent-network.rules etc/collectd.custom etc/shadow diff --git a/config/rootfiles/core/67/filelists/armv5tel/rpi-firmware b/config/rootfiles/core/67/filelists/armv5tel/rpi-firmware deleted file mode 120000 index 428fdf88fe..0000000000 --- a/config/rootfiles/core/67/filelists/armv5tel/rpi-firmware +++ /dev/null @@ -1 +0,0 @@ -../../../../common/armv5tel/rpi-firmware \ No newline at end of file diff --git a/lfs/rpi-firmware b/lfs/rpi-firmware index a50ced779f..c02d5cc5f9 100644 --- a/lfs/rpi-firmware +++ b/lfs/rpi-firmware @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2013 IPFire Team # +# Copyright (C) 2012 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 # @@ -24,7 +24,7 @@ include Config -VER = 98e5704 +VER = 855e997 THISAPP = rpi-firmware-$(VER) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 255bb0e5360d6625e31de3383f1cc528 +$(DL_FILE)_MD5 = c73700a10d792517b2b87fd28a6c9800 install : $(TARGET) -- 2.39.5