Selaa lähdekoodia

- 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..

Bernhard Reutner-Fischer 18 vuotta sitten
vanhempi
commit
f20e9bc6f1
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      target/device/Config.in

+ 4 - 0
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"