diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-25 00:00:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-25 00:00:29 +0000 |
commit | cbc614baa0bfb0dadde0e1f5882c7b29497e0dc5 (patch) | |
tree | 09136accbfd418709feb8caeea8fc9e6710420b5 /openwrt/package/iptables/Config.in | |
parent | fa3588064bd76e3808f88c26e1433e64825feb20 (diff) | |
download | mtk-20170518-cbc614baa0bfb0dadde0e1f5882c7b29497e0dc5.zip mtk-20170518-cbc614baa0bfb0dadde0e1f5882c7b29497e0dc5.tar.gz mtk-20170518-cbc614baa0bfb0dadde0e1f5882c7b29497e0dc5.tar.bz2 |
add package for iptables-save and -restore
SVN-Revision: 452
Diffstat (limited to 'openwrt/package/iptables/Config.in')
-rw-r--r-- | openwrt/package/iptables/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/iptables/Config.in b/openwrt/package/iptables/Config.in index 1244f10..5e1cd60 100644 --- a/openwrt/package/iptables/Config.in +++ b/openwrt/package/iptables/Config.in @@ -6,6 +6,13 @@ config BR2_PACKAGE_IPTABLES http://www.iptables.org/ +config BR2_PACKAGE_IPTABLES_UTILS + tristate "save and restore" + default m + depends BR2_PACKAGE_IPTABLES + help + iptables-save and iptables-restore + config BR2_PACKAGE_IPTABLES_EXTRA tristate "extra modules" default m |