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/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/Makefile.in')
-rw-r--r-- | target/device/Atmel/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/Makefile.in b/target/device/Atmel/Makefile.in index e723eb5a5..3d00aa366 100644 --- a/target/device/Atmel/Makefile.in +++ b/target/device/Atmel/Makefile.in @@ -54,7 +54,7 @@ LINUX_BOARD_NAME:=$(BOARD_NAME) UBOOT_BOARD_NAME:=$(BOARD_NAME) DFB_BOARD_NAME:=$(BOARD_NAME) -BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-$(BR2_BUSYBOX_VERSION).config +#BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-$(BR2_BUSYBOX_VERSION).config # Update things in board specific makefiles |