[Buildroot] [PATCH] at91sam9260dfc_defconfig: fix kernel defconfig name

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sun Mar 4 21:07:52 UTC 2012


at91sam9260_defconfig contains support for the EVM (since v3.2).

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

---
 configs/at91sam9260dfc_defconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig
index de7ac42..3cd58ac 100644
--- a/configs/at91sam9260dfc_defconfig
+++ b/configs/at91sam9260dfc_defconfig
@@ -15,7 +15,7 @@ BR2_TARGET_UBOOT_2011_12=y
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_USE_DEFCONFIG=y
-BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260ek"
+BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260"
 
 # Filesystem
 BR2_TARGET_ROOTFS_TAR=y
-- 
tg: (dca6e03..) t/at91sam9260dfc_defconfig (depends on: master)


More information about the buildroot mailing list