+menuconfig BR2_TARGET_SOEKRIS
+ bool "Soekris device support"
+ depends BR2_i386
+ default n
+
+if BR2_TARGET_SOEKRIS
config BR2_TARGET_SOEKRIS_NET4521
bool "Soekris net4521"
- depends BR2_i386
default n
select BR2_PACKAGE_LINUX
help
comment "Package support"
depends on BR2_TARGET_SOEKRIS_NET4521 || BR2_TARGET_SOEKRIS_NET4801
+endif
# Override the default uClibc configuration
+ifeq ($(strip $(BR2_TARGET_SOEKRIS)),y)
+
ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4521)),y)
UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config
BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config
endif
endif
+endif