aboutsummaryrefslogtreecommitdiffstats
path: root/package/ebtables
diff options
context:
space:
mode:
Diffstat (limited to 'package/ebtables')
-rw-r--r--package/ebtables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index e672ac13c1..4ee6833882 100644
--- a/package/ebtables/Makefile
+++ b/package/ebtables/Makefile
@@ -26,6 +26,6 @@ endef
define Package/ebtables/install
install -d -m0755 $(IDIR_DNSMASQ)/usr/sbin
install -m0755 $(PKG_BUILD_DIR)/ebtables $(IDIR_EBTABLES)/usr/sbin/ebtables
-ended
+endef
$(eval $(call BuildPackage,ebtables))