From b3ef5c202fdbc0e5af037b1b639b0a8a3b286f46 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 29 Jul 2007 07:34:13 +0000 Subject: Use 1.6.0 config file for AT91 targets --- target/device/Atmel/at91rm9200df/Makefile.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/device/Atmel/at91rm9200df') 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 + -- cgit v1.2.3