summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-05-01 21:16:57 -0400
committerRich Felker <dalias@aerifal.cx>2012-05-01 21:16:57 -0400
commit1e2f09bb5b0e56cc5210110d5ad249c504a69a92 (patch)
treee8023d53f42aeaf2fcfdaa75a11f7c2062a6f53a /README
downloadmini-lkh-1e2f09bb5b0e56cc5210110d5ad249c504a69a92.tar.gz
initial check-inHEADmaster
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..be288da
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+mini-lkh: mini linux kernel headers package
+
+This package is intended for easy installation on systems that need a
+minimal set of Linux kernel headers for building Busybox and/or low
+level system tools, and don't want to deal with obtaining and
+installing the official headers. They've been stripped down for
+namespace cleanliness, omission of anything kernel-internal, and to
+focus just on the interfaces where kernel headers are actually
+necessary/useful (mainly special hardware access and configuration).
+
+At present this package is highly incomplete. These headers were
+originally packaged as part of musl libc, but I moved them to their
+own dedicated repository to avoid potentially overwriting official
+kernel headers when musl is upgraded.
+
+These headers may be used without installation by adding the include
+directory on the compiler's command line, or may be installed by
+copying all the directories under include to a directory in the system
+include search path (such as /usr/include).