From: Bernhard Reutner-Fischer Date: Sun, 18 Mar 2007 11:53:16 +0000 (-0000) Subject: - note which kernel-headers are required. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f20e9bc6f1c7342ed9b4ed362908b69d123db557;p=buildroot.git - 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.. --- diff --git a/target/device/Config.in b/target/device/Config.in index 2f1d9ba071..15abad8f63 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"