ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/net/fwknop/patches/010-gcc10.patch b/external/subpack/net/fwknop/patches/010-gcc10.patch
new file mode 100644
index 0000000..3948dd5
--- /dev/null
+++ b/external/subpack/net/fwknop/patches/010-gcc10.patch
@@ -0,0 +1,11 @@
+--- a/client/log_msg.h
++++ b/client/log_msg.h
+@@ -29,7 +29,7 @@
+ #ifndef LOG_MSG_H
+ #define LOG_MSG_H
+ 
+-enum
++static enum
+ {
+     LOG_FIRST_VERBOSITY = 0,
+     LOG_VERBOSITY_ERROR = 0,    /*!< Constant to define a ERROR message */