summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-07-30 20:56:16 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-07-30 20:56:16 -0300
commit09efb102f39abafcd99c91a2841fb7739c1c09ee (patch)
tree77cb6f9fdb8da3905a1c6d1ceaba45a9193a5757 /libre
parenta37673557e00300ba787a0052e8d8f2bac383e3b (diff)
downloadabslibre-09efb102f39abafcd99c91a2841fb7739c1c09ee.tar.gz
abslibre-09efb102f39abafcd99c91a2841fb7739c1c09ee.tar.bz2
abslibre-09efb102f39abafcd99c91a2841fb7739c1c09ee.zip
linux-libre-3.5-2: fixing issues
Diffstat (limited to 'libre')
-rw-r--r--libre/linux-libre/PKGBUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index 24ff0f68d..0ef52901a 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -42,7 +42,6 @@ md5sums=('2407fc9563a74acaf38aa0c06516eb1c'
'8267264d9a8966e57fdacd1fa1fc65c4'
'04b21c79df0a952c22d681dd4f4562df'
'9d3c56a4b999c8bfbd4018089a62f662'
- '263725f20c0b9eb9c353040792d644e5'
'2afcc001cc178be72e3a19d95f4bd5eb'
'a9338d11a2b23fe0cd43cc4fee5aed42')
if [ "$CARCH" != "mips64el" ]; then
@@ -61,15 +60,6 @@ build() {
# Add freedo as boot logo
patch -Np1 -i "${srcdir}/boot-logo.patch"
- # Some chips detect a ghost TV output
- # mailing list discussion: http://lists.freedesktop.org/archives/intel-gfx/2011-April/010371.html
- # Arch Linux bug report: FS#19234
- #
- # It is unclear why this patch wasn't merged upstream, it was accepted,
- # then dropped because the reasoning was unclear. However, it is clearly
- # needed.
- patch -Np1 -i "${srcdir}/i915-fix-ghost-tv-output.patch"
-
# set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
# remove this when a Kconfig knob is made available by upstream