at91sam9261ek_defconfig: fix linux defconfig name

The 9261 defconfig got renamed to at91sam9261_9g10_defconfig in kernel
3.11.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2013-09-05 10:47:55 +02:00
parent acdff25a96
commit 7504705667

View file

@ -16,4 +16,4 @@ BR2_TARGET_UBOOT_BOARDNAME="at91sam9261ek_dataflash_cs0"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_DEFCONFIG="at91sam9261"
BR2_LINUX_KERNEL_DEFCONFIG="at91sam9261_9g10"