blob: 6075db433edebb072739e631ce39a1e6fb71ae92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
config BR2_TARGET_SOEKRIS_NET4521
bool "Soekris net4521"
depends BR2_i386
default n
select BR2_PACKAGE_LINUX
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.
http://www.kernel.org/
|