diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-28 07:32:54 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-28 07:32:54 +0000 |
commit | 00bd182a5f242cdd6aaca17d7328462608224149 (patch) | |
tree | 5b32a29073c98813c28e9040ab8188d66d7fbd48 /target/device/Atmel/at91sam9260dfc | |
parent | a1b0651a5a43a21355683f7e3461f654d9334f23 (diff) |
Define busybox config in board directory for Atmel boards
Diffstat (limited to 'target/device/Atmel/at91sam9260dfc')
-rw-r--r-- | target/device/Atmel/at91sam9260dfc/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/device/Atmel/at91sam9260dfc/Makefile.in b/target/device/Atmel/at91sam9260dfc/Makefile.in index c4839bf0e..e10b007b6 100644 --- a/target/device/Atmel/at91sam9260dfc/Makefile.in +++ b/target/device/Atmel/at91sam9260dfc/Makefile.in @@ -1,5 +1,4 @@ ifeq ($(strip$(BOARD_NAME)),at91sam9260dfc) LINUX26_BOARD_NAME=at91sam9260ek +BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.9.1.config endif - - |