summaryrefslogtreecommitdiff
path: root/libre/linux-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-11-14 14:58:53 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-11-14 14:58:53 -0200
commit64a1508c275c3432690f667659ac3d02c776c492 (patch)
tree065e8093dbca2c0596a3c94edb80d8ab7100dd08 /libre/linux-libre
parentcd9ab6f03193be00156b51d702108419189ff0b8 (diff)
linux-libre: add sed command to fix issue on Hal8188EFWImg_CE.c deblobbed file
Diffstat (limited to 'libre/linux-libre')
-rw-r--r--libre/linux-libre/PKGBUILD3
1 files changed, 3 insertions, 0 deletions
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)