[Armadeus-commitlog] SF.net SVN: armadeus:[982] trunk/buildroot/target/device/armadeus/apf9328/ apf
Brought to you by:
sszy
|
From: <jo...@us...> - 2009-01-01 23:29:54
|
Revision: 982
http://armadeus.svn.sourceforge.net/armadeus/?rev=982&view=rev
Author: jorasse
Date: 2009-01-01 23:29:51 +0000 (Thu, 01 Jan 2009)
Log Message:
-----------
[buildroot] Fixed some path issue in default configuration
Modified Paths:
--------------
trunk/buildroot/target/device/armadeus/apf9328/apf9328_defconfig
Modified: trunk/buildroot/target/device/armadeus/apf9328/apf9328_defconfig
===================================================================
--- trunk/buildroot/target/device/armadeus/apf9328/apf9328_defconfig 2009-01-01 16:15:24 UTC (rev 981)
+++ trunk/buildroot/target/device/armadeus/apf9328/apf9328_defconfig 2009-01-01 23:29:51 UTC (rev 982)
@@ -186,7 +186,7 @@
# BR2_UCLIBC_VERSION_0_9_28_3 is not set
BR2_UCLIBC_VERSION_0_9_29=y
# BR2_UCLIBC_VERSION_SNAPSHOT is not set
-BR2_UCLIBC_CONFIG="$(BOARD_PATH)/uClibc.config.$(ARCH)"
+BR2_UCLIBC_CONFIG="$(BOARD_PATH)/uClibc.config.arm"
# BR2_ENABLE_LOCALE is not set
# BR2_PTHREADS_NONE is not set
# BR2_PTHREADS is not set
@@ -729,7 +729,7 @@
# bootloader for target device
#
BR2_TARGET_UBOOT=y
-BR2_TARGET_UBOOT_BOARDNAME="$(BR2_BOARD_PATH)"
+BR2_TARGET_UBOOT_BOARDNAME="$(BR2_BOARD_NAME)"
BR2_TARGET_U_BOOT_CONFIG_HEADER_FILE="$(BR2_BOARD_PATH)/$(BR2_BOARD_NAME).h"
BR2_TARGET_UBOOT_CUSTOM_PATCH=""
BR2_TARGET_UBOOT_SERVERIP=""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|