From d19e39ca25f0e77ea7f7b8ce734818d5d6cef24e Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Thu, 24 Oct 2013 13:13:57 -0300 Subject: [PATCH] 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 --- package/ebtables/ebtables.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2