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.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/device/Atmel/at91rm9200df/Makefile.in b/target/device/Atmel/at91rm9200df/Makefile.in
index 1ec25badd..3eb1e9ae9 100644
--- a/target/device/Atmel/at91rm9200df/Makefile.in
+++ b/target/device/Atmel/at91rm9200df/Makefile.in
@@ -1,5 +1,10 @@
ifeq ($(strip$(BOARD_NAME)),at91rm9200df)
LINUX_BOARD_NAME=at91rm9200ek
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
endif
+ifeq ($(strip$(BOARD_NAME)),at91rm9200ek)
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
+endif
+