4d3be75ae2
This replaces our patches with those from Arch's package [1]. Further discussion can be found on the Arch forum [2]. This patch set is a superset of the previous set, and resolves the immediate and consistent kernel panics I've seen on my MacBook Pro Retina since switching from version 3.16 to 3.18 of the Linux kernel. Fixes #5315 Fixes #7710 1: https://aur.archlinux.org/packages/broadcom-wl/ 2: https://bbs.archlinux.org/viewtopic.php?id=192287
12 lines
380 B
Diff
12 lines
380 B
Diff
--- a/Makefile 2014-06-26 10:42:08.000000000 +0000
|
|
+++ b/Makefile 2014-07-17 22:44:01.662297228 +0000
|
|
@@ -126,6 +126,8 @@
|
|
EXTRA_CFLAGS += -I$(src)/src/shared/bcmwifi/include
|
|
#EXTRA_CFLAGS += -DBCMDBG_ASSERT -DBCMDBG_ERR
|
|
|
|
+EXTRA_CFLAGS += -Wno-date-time
|
|
+
|
|
EXTRA_LDFLAGS := $(src)/lib/wlc_hybrid.o_shipped
|
|
|
|
KBASE ?= /lib/modules/`uname -r`
|