aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq807x
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2023-01-18 12:22:12 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-01-19 00:29:09 +0100
commit116c73fd71c75e38c4d707dc5a74e6993874098f (patch)
treea4f03171d792d18e6bf5ff0ecaca3d65be2e21a5 /target/linux/ipq807x
parent00f1463df7e690862403208082f71fb4741baf02 (diff)
downloadupstream-116c73fd71c75e38c4d707dc5a74e6993874098f.tar.gz
upstream-116c73fd71c75e38c4d707dc5a74e6993874098f.tar.bz2
upstream-116c73fd71c75e38c4d707dc5a74e6993874098f.zip
bpf: ignore missing LLVM bins on package for non compile steps
To download a package the LLVM bins are not strictly needed. Currently with an example run of make package/bridger/download V=s, the build fail with make[2]: Entering directory '/home/ansuel/openwrt-ansuel/openwrt/package/network/services/bridger' bash: line 1: /home/ansuel/openwrt-ansuel/openwrt/staging_dir/host/llvm-bpf/bin/clang: No such file or directory bash: line 1: [: : integer expression expected /home/ansuel/openwrt-ansuel/openwrt/include/bpf.mk:71: *** ERROR: LLVM/clang version too old. Minimum required: 12, found: . Stop. make[2]: Leaving directory '/home/ansuel/openwrt-ansuel/openwrt/package/network/services/bridger' time: package/network/services/bridger/download#0.04#0.00#0.06 ERROR: package/network/services/bridger failed to build. This is wrong since it may be needed to download the required packages first and then compile them later. Fix this by ignoring the LLVM bin check on non compile steps. Tested-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/ipq807x')
0 files changed, 0 insertions, 0 deletions