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/at91rm9200df/Makefile.in | |
parent | a1b0651a5a43a21355683f7e3461f654d9334f23 (diff) | |
download | buildroot-novena-00bd182a5f242cdd6aaca17d7328462608224149.tar.gz buildroot-novena-00bd182a5f242cdd6aaca17d7328462608224149.zip |
Define busybox config in board directory for Atmel boards
Diffstat (limited to 'target/device/Atmel/at91rm9200df/Makefile.in')
-rw-r--r-- | target/device/Atmel/at91rm9200df/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/device/Atmel/at91rm9200df/Makefile.in b/target/device/Atmel/at91rm9200df/Makefile.in index 1ec25badd..95b5ba7a2 100644 --- a/target/device/Atmel/at91rm9200df/Makefile.in +++ b/target/device/Atmel/at91rm9200df/Makefile.in @@ -1,5 +1,6 @@ ifeq ($(strip$(BOARD_NAME)),at91rm9200df) LINUX_BOARD_NAME=at91rm9200ek +BR2_PACKAGE_BUSYBOX_CONFIG:=$(BOARD_PATH)/busybox-1.7.1.config endif |