Use 1.6.0 config file for AT91 targets
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 29 Jul 2007 07:34:13 +0000 (07:34 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 29 Jul 2007 07:34:13 +0000 (07:34 -0000)
target/device/Atmel/at91rm9200df/Makefile.in
target/device/Atmel/at91sam9260dfc/Makefile.in
target/device/Atmel/at91sam9261ek/Makefile.in
target/device/Atmel/at91sam9263ek/Makefile.in

index 1ec25badd569bb9854e09d0cb2817558e0d97ade..3eb1e9ae940ef76aaaea149c0c61c93ded8f4068 100644 (file)
@@ -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
+
index c4839bf0e4696dc96cc75b79924d1a74f6b29476..9c15e48cf4bb2bedbae6d7c325222bf8262bae30 100644 (file)
@@ -1,5 +1,6 @@
 ifeq ($(strip$(BOARD_NAME)),at91sam9260dfc)
 LINUX26_BOARD_NAME=at91sam9260ek
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif
 
 
index 64b87f79b5076f4f004e5d8a26983b4afd07029b..32839bc454ece646d7640c98600a47d5e722d38e 100644 (file)
@@ -1,2 +1,3 @@
 ifeq ($(strip $(BOARD_NAME)),at91sam9261ek)
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif
index 16019f52149ff6d62421f7a752ed7be1b3a70cde..1bfe10489e34e8aa46542273cbbd3c7c71a40bcb 100644 (file)
@@ -1,2 +1,3 @@
 ifeq ($(strip $(BOARD_NAME)),at91sam9263ek)
+BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config
 endif