diff options
| -rw-r--r-- | target/device/Config.in | 4 | 
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" | 
