mirror of
https://github.com/LiBwrt/nss-packages.git
synced 2025-12-16 17:15:09 +00:00
Update 0001-change-warning-to-debug.patch
This commit is contained in:
parent
2e21ca3b89
commit
4c52a1a628
@ -17,3 +17,14 @@
|
||||
return -ENODEV;
|
||||
}
|
||||
printk(KERN_INFO "%s DT exist!\n", dev_name);
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -41,7 +41,7 @@ endif
|
||||
NSS_MACSEC_INCLUDE = -I$(obj)/include -I$(obj)/dal -I$(obj)/fal -I$(obj)/dal/qca808x
|
||||
|
||||
ccflags-y += $(NSS_MACSEC_INCLUDE)
|
||||
-ccflags-y += -Wall -Werror
|
||||
+ccflags-y += -Wall -Werror -Wno-missing-declarations -Wno-missing-prototypes
|
||||
|
||||
ifeq ($(SoC), ipq806x)
|
||||
ccflags-y += -DMACSEC_IPQ806X_SUPPORT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user