mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
mt76: bypass warnings being treated as errors
This commit is contained in:
parent
c6734e6cdb
commit
14e109d0b9
9
package/kernel/mt76/patches/010.bypass-werror.patch
Normal file
9
package/kernel/mt76/patches/010.bypass-werror.patch
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
--- a/Makefile
|
||||||
|
+++ b/Makefile
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
-EXTRA_CFLAGS += -Werror -DCONFIG_MT76_LEDS
|
||||||
|
+EXTRA_CFLAGS += -DCONFIG_MT76_LEDS
|
||||||
|
obj-m := mt76.o
|
||||||
|
obj-$(CONFIG_MT76_USB) += mt76-usb.o
|
||||||
|
obj-$(CONFIG_MT76_SDIO) += mt76-sdio.o
|
Loading…
Reference in New Issue
Block a user