bbb2b289cf
Add xtables.c and xtables.h In order to support the compilation of third-party utils, we encounter some situations where the macro is not defined, refer to the common implementation of other systems, add relevant definitions and empty function. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
config NETUTILS_IPTABLES
|
|
bool "iptables libary"
|
|
default n
|
|
---help---
|
|
iptable libary support.
|