You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
$ cat /etc/os-release
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=1897.0.0
VERSION_ID=1897.0.0
BUILD_ID=2018-09-10-2308
PRETTY_NAME="Container Linux by CoreOS 1897.0.0 (Rhyolite)"
ANSI_COLOR="38;5;75"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://issues.coreos.com"
COREOS_BOARD="amd64-usr"
Environment
aws
Expected Behavior
I have an automated process for building a custom kernel module (wireguard) for coreos.
The process ran smoothly on previous versions (alpha, beta and stable).
Actual Behavior
When I executed the module's make command in 1897.0.0 I got:
ERROR: Kernel configuration is invalid.
include/generated/autoconf.h or include/config/auto.conf are missing.
Run 'make oldconfig && make prepare' on kernel src to fix it.