mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
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>
This commit is contained in:
parent
9f6b39bc42
commit
d19e39ca25
@ -31,6 +31,7 @@ define EBTABLES_INSTALL_TARGET_CMDS
|
|||||||
done
|
done
|
||||||
$(INSTALL) -m 0755 -D $(@D)/$(EBTABLES_SUBDIR)/ebtables \
|
$(INSTALL) -m 0755 -D $(@D)/$(EBTABLES_SUBDIR)/ebtables \
|
||||||
$(TARGET_DIR)/sbin/ebtables
|
$(TARGET_DIR)/sbin/ebtables
|
||||||
|
$(INSTALL) -m 0644 -D $(@D)/ethertypes $(TARGET_DIR)/etc/ethertypes
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user