diff options
author | Felix Fietkau <nbd@nbd.name> | 2022-09-12 21:30:54 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2022-09-12 21:31:27 +0200 |
commit | 55aa11d121a33fc597890ac7cbe7484791abde28 (patch) | |
tree | c87e88b8afe188998ff9773f29f2d1e8bc489011 /package/network | |
parent | 2905ce3d643f1a098139d16d9c73ff7e802ee04e (diff) | |
download | upstream-55aa11d121a33fc597890ac7cbe7484791abde28.tar.gz upstream-55aa11d121a33fc597890ac7cbe7484791abde28.tar.bz2 upstream-55aa11d121a33fc597890ac7cbe7484791abde28.zip |
unetd: only depend on bpf-headers if BPF toolchain support is available
If BPF is unavailable, unetd can be built without it (by disabling VXLAN support).
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network')
-rw-r--r-- | package/network/services/unetd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/unetd/Makefile b/package/network/services/unetd/Makefile index 06e95b3326..c645ee57d8 100644 --- a/package/network/services/unetd/Makefile +++ b/package/network/services/unetd/Makefile @@ -17,7 +17,7 @@ PKG_MIRROR_HASH:=a693c2b4b4bda5e1e44b493019e8e6e6d39c4048f417b581c801a9931e6b9b3 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> -PKG_BUILD_DEPENDS:=bpf-headers +PKG_BUILD_DEPENDS:=HAS_BPF_TOOLCHAIN:bpf-headers PKG_BUILD_PARALLEL:=1 |