2019-05-31 19:16:50 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_IPTABLES
|
|
|
|
bool "python-iptables"
|
2020-03-11 11:54:44 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2019-05-31 19:16:50 +02:00
|
|
|
select BR2_PACKAGE_IPTABLES # runtime dependency
|
|
|
|
help
|
|
|
|
Python bindings for iptables.
|
|
|
|
|
|
|
|
https://github.com/ldx/python-iptables
|
2020-03-11 11:54:44 +01:00
|
|
|
|
|
|
|
comment "python-iptables needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_STATIC_LIBS
|