projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acdff25
)
at91sam9261ek_defconfig: fix linux defconfig name
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 5 Sep 2013 08:47:55 +0000
(10:47 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 5 Sep 2013 08:47:55 +0000
(10:47 +0200)
The 9261 defconfig got renamed to at91sam9261_9g10_defconfig in kernel
3.11.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
configs/at91sam9261ek_defconfig
patch
|
blob
|
history
diff --git
a/configs/at91sam9261ek_defconfig
b/configs/at91sam9261ek_defconfig
index c53e732d33b6970a691ca7115fcfbafaaedb62b6..0824a00facf4b9dcf2d0b58de56acd31f6f19250 100644
(file)
--- a/
configs/at91sam9261ek_defconfig
+++ b/
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
"