06-20-2018, 05:57 PM
Attempting to install wireguard using DKMS on Armbian Xenial (legacy kernel). I've apt-installed kernel headers, but DKMS is failing to build the wireguard kernel module with the following error:
It looks like something is missing between 'arch/' and '/Makefile' in the target path.
Any ideas? Something obvious I'm missing?
Code:
DKMS make.log for wireguard-0.0.20180613 for kernel 3.10.107-pine64 (aarch64)
Wed Jun 20 12:47:41 PDT 2018
make: Entering directory '/usr/src/linux-headers-3.10.107-pine64'
Makefile:581: /usr/src/linux-headers-3.10.107-pine64/arch//Makefile: No such file or directory
make: *** No rule to make target '/usr/src/linux-headers-3.10.107-pine64/arch//Makefile'. Stop.
make: Leaving directory '/usr/src/linux-headers-3.10.107-pine64'
It looks like something is missing between 'arch/' and '/Makefile' in the target path.
Any ideas? Something obvious I'm missing?