diff options
| -rw-r--r-- | target/device/Soekris/Config.in | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/target/device/Soekris/Config.in b/target/device/Soekris/Config.in index 1a7f8a83d..a997f7369 100644 --- a/target/device/Soekris/Config.in +++ b/target/device/Soekris/Config.in @@ -2,6 +2,14 @@ config BR2_TARGET_SOEKRIS_NET4521  	bool "Soekris net4521"  	depends BR2_i386  	default n +	select BR2_PACKAGE_LINUX  	help  	  The Soekris net4521 +config BR2_PACKAGE_LINUX +	bool "linux" +	default n +	help +	    The Linux kernel. + +	    http://www.kernel.org/ | 
