Fix missing kernel headers.
This commit is contained in:
parent
f4034fea7c
commit
5e940dc45b
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue