浏览代码

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>
Peter Korsgaard 12 年之前
父节点
当前提交
7504705667
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configs/at91sam9261ek_defconfig

+ 1 - 1
configs/at91sam9261ek_defconfig

@@ -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"