Add rtl8192eu rtl8812au rtl8814au Wifi drivers.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-connectivity / realtek / rtl8192eu / rtl8192eu-makefile.patch
1 From 0aceb7e46c2e50ecfaa26c6cbf00ace9cb914a55 Mon Sep 17 00:00:00 2001
2 From: arn354 <arn354@email.de>
3 Date: Fri, 11 Dec 2015 20:35:17 +0100
4 Subject: [PATCH] Patch makefile * add EXTRA_CFLAGS * disable
5
6 ---
7  Makefile | 4 +++-
8  1 file changed, 3 insertions(+), 1 deletion(-)
9
10 diff --git a/Makefile b/Makefile
11 index 0c800f8..2a6588f 100644
12 --- a/Makefile
13 +++ b/Makefile
14 @@ -7,6 +7,8 @@ EXTRA_CFLAGS += -O1
15  #EXTRA_CFLAGS += -pedantic
16  #EXTRA_CFLAGS += -Wshadow -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wno-implicit
17  
18 +EXTRA_CFLAGS += -Wframe-larger-than=1536 -Wno-implicit -Wno-ignored-qualifiers
19 +
20  EXTRA_CFLAGS += -Wno-unused-variable
21  EXTRA_CFLAGS += -Wno-unused-value
22  EXTRA_CFLAGS += -Wno-unused-label
23 @@ -39,7 +41,7 @@ CONFIG_SDIO_HCI = n
24  CONFIG_GSPI_HCI = n
25  ########################## Features ###########################
26  CONFIG_MP_INCLUDED = y
27 -CONFIG_POWER_SAVING = y
28 +CONFIG_POWER_SAVING = n
29  CONFIG_USB_AUTOSUSPEND = n
30  CONFIG_HW_PWRP_DETECTION = n
31  CONFIG_WIFI_TEST = n
32 -- 
33 2.6.1.windows.1
34