[Buildroot] [PATCH] ebtables: install ethertypes

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Oct 24 16:13:57 UTC 2013


It's handy and closes bug #6608.
Thanks to Cassiano Martin <cassiano at idbinfo.com.br> for pointing it out.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/ebtables/ebtables.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk
index 116012c..c401f30 100644
--- a/package/ebtables/ebtables.mk
+++ b/package/ebtables/ebtables.mk
@@ -31,6 +31,7 @@ define EBTABLES_INSTALL_TARGET_CMDS
 	done
 	$(INSTALL) -m 0755 -D $(@D)/$(EBTABLES_SUBDIR)/ebtables \
 		$(TARGET_DIR)/sbin/ebtables
+	cp -f $(@D)/ethertypes $(TARGET_DIR)/etc/ethertypes
 endef
 endif
 
-- 
1.8.1.5




More information about the buildroot mailing list