summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-18 11:53:16 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-18 11:53:16 +0000
commitf20e9bc6f1c7342ed9b4ed362908b69d123db557 (patch)
treeb6aecee5a2350dfcfcbc98d76bef962f1c42b8db /target
parent5b582fdaa0fb518a9b3c8bfe1cbd4151efad3c62 (diff)
- note which kernel-headers are required.
PS: kernel-headers-old.mk would need to provide stuff for downloading the full version, in case anybody would care about such ancient stuff..
Diffstat (limited to 'target')
-rw-r--r--target/device/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/device/Config.in b/target/device/Config.in
index 2f1d9ba07..15abad8f6 100644
--- a/target/device/Config.in
+++ b/target/device/Config.in
@@ -7,6 +7,10 @@ config BR2_PACKAGE_LINUX
The Linux kernel.
http://www.kernel.org/
+ Note: Requires kernel-headers >= 2.6.19 since the other
+ kernel headers are just that (headers) and not full
+ kernels. This is a feature.
+
source "target/device/AMD/Config.in"
source "target/device/Arm/Config.in"
source "target/device/Atmel/Config.in"