diff options
author | John Lee <john_lee@openmoko.org> | 2008-12-18 23:53:14 +0800 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-12-18 23:59:14 +0800 |
commit | 5c6f095127528bb59c3922fbdfae0800bb687621 (patch) | |
tree | 1e54369ebb25449d7666cb858090b5b241fb20c4 /packages/linux/linux-openmoko_2.6.24+git.bb | |
parent | c8bcd04b41eef0170427b90494dbd1bbdc84cff6 (diff) |
linux-openmoko: don't flash kernel if using SD card.
modify the post-install script then it will not flash kernel image
after upgrade kernel if people boot from SD card.
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.24+git.bb')
-rw-r--r-- | packages/linux/linux-openmoko_2.6.24+git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-openmoko_2.6.24+git.bb b/packages/linux/linux-openmoko_2.6.24+git.bb index 6f62b3dbdf..48b7effd55 100644 --- a/packages/linux/linux-openmoko_2.6.24+git.bb +++ b/packages/linux/linux-openmoko_2.6.24+git.bb @@ -8,7 +8,7 @@ KERNEL_VERSION = "${KERNEL_RELEASE}" OEV = "oe3" PV = "${KERNEL_RELEASE}-${OEV}+gitr${SRCREV}" -PR = "r0" +PR = "r1" SRC_URI = "\ git://git.openmoko.org/git/kernel.git;protocol=git;branch=stable \ |