From: Gustavo Zacarias Date: Thu, 24 Oct 2013 16:13:57 +0000 (-0300) Subject: ebtables: install ethertypes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d19e39ca25f0e77ea7f7b8ce734818d5d6cef24e;p=buildroot.git ebtables: install ethertypes It's handy and closes bug #6608. Thanks to Cassiano Martin for pointing it out. [Peter: use INSTALL] Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk index 116012c72c..edb5d42b75 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 + $(INSTALL) -m 0644 -D $(@D)/ethertypes $(TARGET_DIR)/etc/ethertypes endef endif