From 03798468da1b4168d9edeb3cad2cc59d365ec6c3 Mon Sep 17 00:00:00 2001 From: nemetho Date: Sun, 31 Dec 2017 13:11:39 +0100 Subject: [PATCH] old_lfs_toolchain - missing linux header install --- old_lfs_toolchain/!000-linux-header | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 old_lfs_toolchain/!000-linux-header diff --git a/old_lfs_toolchain/!000-linux-header b/old_lfs_toolchain/!000-linux-header new file mode 100755 index 0000000..fbe794e --- /dev/null +++ b/old_lfs_toolchain/!000-linux-header @@ -0,0 +1,9 @@ +#! /bin/sh +#linux kernel source +make mrproper +make headers_check +make INSTALL_HDR_PATH=dest headers_install +find dest -type f -name .install -o -name ..install.cmd | xargs rm + +mkdir -p /tools/usr +cp -Rdp dest/include /tools/usr -- 2.11.4.GIT