summaryrefslogtreecommitdiff
path: root/openwrt/package/ebtables/Makefile.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-17 22:27:08 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-02-17 22:27:08 +0000
commit93993a9a69e3d5e66a9ec5591309005f80e52ed0 (patch)
tree5463df879b477ac080b2cc90ae1afd05a33cbd5b /openwrt/package/ebtables/Makefile.in
parent4bbadbe9891adf4834707f4c229bfd080ff659f2 (diff)
add ebtables usertools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@250 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ebtables/Makefile.in')
-rw-r--r--openwrt/package/ebtables/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/ebtables/Makefile.in b/openwrt/package/ebtables/Makefile.in
new file mode 100644
index 0000000000..20a734f300
--- /dev/null
+++ b/openwrt/package/ebtables/Makefile.in
@@ -0,0 +1,3 @@
+ifeq ($(strip $(BR2_PACKAGE_EBTABLES)),y)
+TARGETS+=ebtables
+endif