diff options
Diffstat (limited to 'target/device/Soekris/Config.in')
-rw-r--r-- | target/device/Soekris/Config.in | 12 |
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. |