diff options
Diffstat (limited to 'target/device/Soekris/Config.in')
-rw-r--r-- | target/device/Soekris/Config.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/target/device/Soekris/Config.in b/target/device/Soekris/Config.in deleted file mode 100644 index c8508c42c..000000000 --- a/target/device/Soekris/Config.in +++ /dev/null @@ -1,22 +0,0 @@ -menuconfig BR2_TARGET_SOEKRIS - bool "Soekris device support" - depends on BR2_i386 - -if BR2_TARGET_SOEKRIS -config BR2_TARGET_SOEKRIS_NET4521 - bool "Soekris net4521" - select BR2_PACKAGE_LINUX - help - The Soekris net4521 - -config BR2_TARGET_SOEKRIS_NET4801 - bool "Soekris net4801" - depends on BR2_i386 - select BR2_PACKAGE_LINUX - help - The Soekris net4801 - -comment "Package support" - depends on BR2_TARGET_SOEKRIS_NET4521 || BR2_TARGET_SOEKRIS_NET4801 - -endif |