summaryrefslogtreecommitdiffstats
path: root/target/device/Atmel/at91rm9200df/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/Atmel/at91rm9200df/Makefile.in')
-rw-r--r--target/device/Atmel/at91rm9200df/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/device/Atmel/at91rm9200df/Makefile.in b/target/device/Atmel/at91rm9200df/Makefile.in
index 5d4fa0b25..1ec25badd 100644
--- a/target/device/Atmel/at91rm9200df/Makefile.in
+++ b/target/device/Atmel/at91rm9200df/Makefile.in
@@ -1,10 +1,5 @@
-ifeq ($(BOARD_NAME),at91rm9200df)
+ifeq ($(strip$(BOARD_NAME)),at91rm9200df)
LINUX_BOARD_NAME=at91rm9200ek
-BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.7.1.config
endif
-ifeq ($(BOARD_NAME),at91rm9200ek)
-BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.7.1.config
-endif
-