summaryrefslogtreecommitdiff
path: root/package/ebtables
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-10-24 13:13:57 -0300
committerPeter Korsgaard <peter@korsgaard.com>2013-10-25 09:19:42 +0200
commitd19e39ca25f0e77ea7f7b8ce734818d5d6cef24e (patch)
tree89216f8f68a2da474a15249bea2c0024fd8351b2 /package/ebtables
parent9f6b39bc420215ee2520991a3081f799bbd157ec (diff)
ebtables: install ethertypes
It's handy and closes bug #6608. Thanks to Cassiano Martin <cassiano@idbinfo.com.br> for pointing it out. [Peter: use INSTALL] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/ebtables')
-rw-r--r--package/ebtables/ebtables.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk
index 116012c72..edb5d42b7 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