summaryrefslogtreecommitdiffstats
path: root/target/device/Soekris/Makefile.in
blob: 8f9fc24cc5ff87572cd957df8c232c4a414dee3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Override the default uClibc configuration
ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4521)),y)
UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config
BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config

ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
include target/device/Soekris/net4521/linux.mk
TARGETS+=linux
endif

endif