diff options
Diffstat (limited to 'target/device/Soekris/Config.in')
-rw-r--r-- | target/device/Soekris/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/device/Soekris/Config.in b/target/device/Soekris/Config.in index a997f7369..6075db433 100644 --- a/target/device/Soekris/Config.in +++ b/target/device/Soekris/Config.in @@ -6,8 +6,12 @@ config BR2_TARGET_SOEKRIS_NET4521 help The Soekris net4521 +comment "Package support" + depends on BR2_TARGET_SOEKRIS_NET4521 + config BR2_PACKAGE_LINUX bool "linux" + depends on BR2_TARGET_SOEKRIS_NET4521 default n help The Linux kernel. |