From 64a1508c275c3432690f667659ac3d02c776c492 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 14 Nov 2013 14:58:53 -0200 Subject: linux-libre: add sed command to fix issue on Hal8188EFWImg_CE.c deblobbed file --- libre/linux-libre/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libre') diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD index 586a5d683..89ffee25f 100644 --- a/libre/linux-libre/PKGBUILD +++ b/libre/linux-libre/PKGBUILD @@ -62,6 +62,9 @@ prepare() { # add freedo as boot logo patch -Np1 -i "${srcdir}/boot-logo.patch" + # fix issue on Hal8188EFWImg_CE.c deblobbed file + sed -i "\|DEBLOBBED| s|,||" drivers/staging/rtl8188eu/hal/Hal8188EFWImg_CE.c + # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param) # remove this when a Kconfig knob is made available by upstream # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227) -- cgit v1.2.3-54-g00ecf