mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-28 19:53:01 +02:00
Allow bundling dedicated nftables container in Infix images. With this container, the /etc/nftables.conf can be kept as part of the device's startup-config (base-64 coded binary format). Highly useful in advanced setups, either with dedicated interfaces in the container, or when run in host network mode. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
10 lines
360 B
Plaintext
10 lines
360 B
Plaintext
config BR2_PACKAGE_CURIOS_NFTABLES
|
|
bool "curiOS-nftables"
|
|
help
|
|
Example of how to bundle an OCI archive of curiOS-nftables in
|
|
/lib/oci for the given target architecture. OCI archives can
|
|
also be bundled in post-build.sh, but with packaging all the
|
|
"source" tarballs are bundled for SDK builds (archiving).
|
|
|
|
https://github.com/kernelkit/curiOS
|