diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-26 22:11:25 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-26 22:11:25 +0000 |
commit | 621b0743d516c35a9a56062a306ef47b8abb8daf (patch) | |
tree | 8675c492b6f7bb4e0a6d83725ba49b7e53f51f6a /target/device/Atmel/at91rm9200df/Makefile.in | |
parent | 4b0d5a80f8b38bf9a264584ffc90b901f82c8cbb (diff) | |
download | buildroot-novena-621b0743d516c35a9a56062a306ef47b8abb8daf.tar.gz buildroot-novena-621b0743d516c35a9a56062a306ef47b8abb8daf.zip |
Update at91rm9200df board support
Diffstat (limited to 'target/device/Atmel/at91rm9200df/Makefile.in')
-rw-r--r-- | target/device/Atmel/at91rm9200df/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/device/Atmel/at91rm9200df/Makefile.in b/target/device/Atmel/at91rm9200df/Makefile.in index 81cdd50f5..52f1c460b 100644 --- a/target/device/Atmel/at91rm9200df/Makefile.in +++ b/target/device/Atmel/at91rm9200df/Makefile.in @@ -1,10 +1,10 @@ ifeq ($(BOARD_NAME),at91rm9200df) LINUX_BOARD_NAME=at91rm9200ek -BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config +BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.7.1.config endif ifeq ($(BOARD_NAME),at91rm9200ek) -BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.6.0.config +BR2_PACKAGE_BUSYBOX_CONFIG:=$(BR2_BOARD_PATH)/busybox-1.7.1.config endif |