summaryrefslogtreecommitdiff
path: root/target/device/Soekris/Config.in
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-01-23 20:13:15 +0000
committerDavid Anders <dave123@abcsinc.com>2006-01-23 20:13:15 +0000
commit59e9a3c8b8eccfcde597571fa08895f754843107 (patch)
tree6925086573b144769c9f828f0a53d9f5218181a0 /target/device/Soekris/Config.in
parent2bf4d8365339974e7ca51b21b6c485f0f1ef039b (diff)
added the soekris net4801 target per case 0000613
Diffstat (limited to 'target/device/Soekris/Config.in')
-rw-r--r--target/device/Soekris/Config.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/target/device/Soekris/Config.in b/target/device/Soekris/Config.in
index 6075db433..0fcd7a8ce 100644
--- a/target/device/Soekris/Config.in
+++ b/target/device/Soekris/Config.in
@@ -6,12 +6,20 @@ config BR2_TARGET_SOEKRIS_NET4521
help
The Soekris net4521
+config BR2_TARGET_SOEKRIS_NET4801
+ bool "Soekris net4801"
+ depends BR2_i386
+ default n
+ select BR2_PACKAGE_LINUX
+ help
+ The Soekris net4801
+
comment "Package support"
- depends on BR2_TARGET_SOEKRIS_NET4521
+ depends on BR2_TARGET_SOEKRIS_NET4521 || BR2_TARGET_SOEKRIS_NET4801
config BR2_PACKAGE_LINUX
bool "linux"
- depends on BR2_TARGET_SOEKRIS_NET4521
+ depends on BR2_TARGET_SOEKRIS_NET4521 || BR2_TARGET_SOEKRIS_NET4801
default n
help
The Linux kernel.