Fix missing kernel headers.

This commit is contained in:
fewtarius 2022-12-06 03:06:09 +00:00
parent f4034fea7c
commit 5e940dc45b
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 2 additions and 0 deletions

View file

@ -313,4 +313,5 @@ makeinstall_target() {
done
cp -p arch/${TARGET_KERNEL_ARCH}/boot/dts/overlays/README ${INSTALL}/usr/share/bootloader/overlays
fi
makeinstall_host
}

View file

@ -137,6 +137,7 @@ pre_make_target() {
if grep -q ^CONFIG_CFG80211_INTERNAL_REGDB= ${PKG_BUILD}/.config ; then
cp $(get_build_dir wireless-regdb)/db.txt ${PKG_BUILD}/net/wireless/db.txt
fi
makeinstall_host
}
make_target() {