2005-02-17 20:01:52 +01:00
|
|
|
# Override the default uClibc configuration
|
|
|
|
ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4521)),y)
|
|
|
|
UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config
|
2005-04-12 22:32:45 +02:00
|
|
|
BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config
|
2005-02-22 09:46:49 +01:00
|
|
|
|
|
|
|
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
|
|
|
|
TARGETS+=linux
|
2005-07-11 23:53:23 +02:00
|
|
|
include target/device/Soekris/net4521/linux.mk
|
2005-02-22 09:46:49 +01:00
|
|
|
endif
|
|
|
|
|
2005-02-24 20:38:09 +01:00
|
|
|
endif
|
2006-01-23 21:13:15 +01:00
|
|
|
|
|
|
|
SOEKRIS_NET4801_PATH=target/device/Soekris/net4801
|
|
|
|
|
|
|
|
ifeq ($(strip $(BR2_TARGET_SOEKRIS_NET4801)),y)
|
|
|
|
UCLIBC_CONFIG_FILE:=$(SOEKRIS_NET4801_PATH)/uClibc.config
|
|
|
|
BR2_PACKAGE_BUSYBOX_CONFIG:=$(SOEKRIS_NET4801_PATH)/busybox.config
|
|
|
|
|
|
|
|
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
|
|
|
|
TARGETS+=linux
|
|
|
|
include $(SOEKRIS_NET4801_PATH)/linux.mk
|
|
|
|
include target/device/Soekris/soekris_gpio/soekris_gpio.mk
|
|
|
|
endif
|
|
|
|
|
|
|
|
endif
|