--- main.lkc.orig	2013-03-28 11:15:22.000000000 -0400
+++ main.lkc	2013-03-28 11:15:29.000000000 -0400
@@ -139,6 +139,15 @@
     help
         Selecting this will copy kernel headers to rootfs/usr/src/linux/include
 
+config PKG_KERNEL_WANT_HEADERS_INSTALL
+    depends ! KERNEL_NONE && PKG_KERNEL_WANT_HEADERS
+    bool "Install kernel headers via 'make headers_install'"
+    help
+        Kernel versions starting from 2.6.17 provide implementation of 'make
+        headers_install'.  This make target exports a subset of headers which
+        contain definitions which are useful for system libraries and tools.
+        Select 2.6.17 and newer kernels.
+
 config PKG_KERNEL_WANT_CF
     depends ! KERNEL_NONE
     bool "Configure the kernel"
