b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
2 | # | ||||
3 | # Copyright (C) 2015-2020 OpenWrt.org | ||||
4 | |||||
5 | PKG_CONFIG_DEPENDS+= CONFIG_KERNEL_SECCOMP | ||||
6 | |||||
7 | ifeq ($(CONFIG_KERNEL_SECCOMP),y) | ||||
8 | define InstallSeccomp | ||||
9 | $(INSTALL_DIR) $(1)/etc/seccomp | ||||
10 | $(INSTALL_DATA) $(2) $(1)/etc/seccomp/ | ||||
11 | endef | ||||
12 | endif |