wanda Posted February 11, 2019 Posted February 11, 2019 I just stumbled across usr/src/linux-headers-4.19.20-cubox$ make scripts scripts/kconfig/conf --syncconfig Kconfig net/Kconfig:89: can't open file "net/wireguard/Kconfig" scripts/kconfig/Makefile:69: recipe for target 'syncconfig' failed make[2]: *** [syncconfig] Error 1 Makefile:539: recipe for target 'syncconfig' failed make[1]: *** [syncconfig] Error 2 Makefile:635: recipe for target 'include/config/auto.conf' failed make: *** [include/config/auto.conf] Error 2 Workaround was to comment this source-statement grep -i wireg net/Kconfig source "net/wireguard/Kconfig"
s_frit Posted February 13, 2019 Posted February 13, 2019 Same problem with `make scripts` with linux-headers-4.4.174-rk3399 Patching net/Kconfig also works around the issue. Thanks.
Igor Posted February 13, 2019 Posted February 13, 2019 It should be fixed with:https://github.com/armbian/build/commit/40557aebb30fd98c4fa9af74e9d277d93d9be226
Recommended Posts