diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-17 22:27:08 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-17 22:27:08 +0000 |
commit | 68bc528f2291f1549fdd99f86296b749d2af631e (patch) | |
tree | bcfdefb541edb416057575ab5dd4a66705813ef5 /package/ebtables/Makefile.in | |
parent | 9a0f1fb9ce54b184b5e2f851a596c7b3b7ec9b69 (diff) |
add ebtables usertools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@250 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ebtables/Makefile.in')
-rw-r--r-- | package/ebtables/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/ebtables/Makefile.in b/package/ebtables/Makefile.in new file mode 100644 index 000000000..20a734f30 --- /dev/null +++ b/package/ebtables/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_PACKAGE_EBTABLES)),y) +TARGETS+=ebtables +endif |