From e52afe6fb3b4ec8dfedd017bad70abd9ea455a0c Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 26 Sep 2007 22:22:55 +0000 Subject: Use Makefile def of busybox config --- target/device/Atmel/at91rm9200df/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/device/Atmel/at91rm9200df/Makefile.in') diff --git a/target/device/Atmel/at91rm9200df/Makefile.in b/target/device/Atmel/at91rm9200df/Makefile.in index 52f1c460b..5d4fa0b25 100644 --- a/target/device/Atmel/at91rm9200df/Makefile.in +++ b/target/device/Atmel/at91rm9200df/Makefile.in @@ -1,10 +1,10 @@ ifeq ($(BOARD_NAME),at91rm9200df) LINUX_BOARD_NAME=at91rm9200ek -BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.7.1.config +BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.7.1.config endif ifeq ($(BOARD_NAME),at91rm9200ek) -BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.7.1.config +BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.7.1.config endif -- cgit v1.2.3