diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-17 21:08:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-17 21:08:20 +0000 |
commit | bca14a752843244f6a44d014718a0e5b8360c96d (patch) | |
tree | d45e3eb55211dcb2b3ccceac5ad4c244851f4eb9 /target/device/Soekris | |
parent | 5b02c77f2162627616bf5770fdb9ca8c8d92c9ca (diff) | |
download | buildroot-novena-bca14a752843244f6a44d014718a0e5b8360c96d.tar.gz buildroot-novena-bca14a752843244f6a44d014718a0e5b8360c96d.zip |
I need this bit too
Diffstat (limited to 'target/device/Soekris')
-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/ |