projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac46c7
)
configs/mini2440_defconfig: lock down kernel headers version
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Fri, 8 Feb 2013 01:36:02 +0000
(
01:36
+0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 8 Feb 2013 21:24:38 +0000
(22:24 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
configs/mini2440_defconfig
patch
|
blob
|
history
diff --git
a/configs/mini2440_defconfig
b/configs/mini2440_defconfig
index a7db8551bf8514b87cb2140089eb1cee6616ebaa..6adcea0f4e96c3c05fb4b7a4b13cd7056c8f085d 100644
(file)
--- a/
configs/mini2440_defconfig
+++ b/
configs/mini2440_defconfig
@@
-15,6
+15,11
@@
BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER=y
BR2_TARGET_ROOTFS_JFFS2_LE=y
BR2_TARGET_ROOTFS_TAR=y
+
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.0.4"
+
# Bootloader
BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="mini2440"