Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 55f4d4da authored by Robert Nelson's avatar Robert Nelson
Browse files

merge to 2.6.39-git5


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 3f706767
No related merge requests found
......@@ -139,6 +139,8 @@ function patch_kernel {
function copy_defconfig {
cd ${DIR}/KERNEL/
make ARCH=arm CROSS_COMPILE=${CC} distclean
make ARCH=arm CROSS_COMPILE=${CC} omap2plus_defconfig
cp .config ${DIR}/patches/ref_omap2plus_defconfig
if [ "${NO_DEVTMPS}" ] ; then
cp ${DIR}/patches/no_devtmps-defconfig .config
else
......
This diff is collapsed.
......@@ -4,7 +4,7 @@ unset BUILD
KERNEL_REL=2.6.39
#STABLE_PATCH=1
PRE_RC=2.6.39-git4
PRE_RC=2.6.39-git5
#RC_KERNEL=2.6.39
#RC_PATCH=-rc7
ABI=0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment