You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
303 B
5 lines
303 B
# Nftables configuration files
|
|
TARGET_NFTABLES_FILES = $(patsubst other/nftables/%, $(TARGET_CHROOT)/etc/quadlets/nftables/%, $(wildcard other/nftables/*))
|
|
TARGET_EXAMPLE_FILES += $(TARGET_NFTABLES_FILES)
|
|
$(TARGET_CHROOT)/etc/quadlets/nftables/%: other/nftables/%
|
|
install -m 0644 -o root -g root $< $@
|
|
|