summaryrefslogtreecommitdiff
path: root/package/iptables
diff options
context:
space:
mode:
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Config.in8
-rw-r--r--package/iptables/Makefile.in3
2 files changed, 11 insertions, 0 deletions
diff --git a/package/iptables/Config.in b/package/iptables/Config.in
new file mode 100644
index 000000000..542ed010d
--- /dev/null
+++ b/package/iptables/Config.in
@@ -0,0 +1,8 @@
+#
+
+config BR2_PACKAGE_IPTABLES
+ bool"iptables"
+ default n
+ help
+ Add help text here.
+
diff --git a/package/iptables/Makefile.in b/package/iptables/Makefile.in
new file mode 100644
index 000000000..5be894b9a
--- /dev/null
+++ b/package/iptables/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_PACKAGE_IPTABLES)),y)
+TARGETS+=iptables
+endif