diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-02-03 23:42:34 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-02-03 23:42:34 +0000 |
commit | 59016966acd6b2c966a5bf96c61ffaa5215d4cf0 (patch) | |
tree | 7658fd9a9197b32199b842227a86684339b6fe7b /packages/linux | |
parent | 1a0f697a1edde61c30b8606430f1417e6dcc4931 (diff) |
linux-openmoko: 4014 removes the moko11 suffix again
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-openmoko_2.6.24.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/linux-openmoko_2.6.24.bb b/packages/linux/linux-openmoko_2.6.24.bb index 0c63fc9bbd..b316f4ae4e 100644 --- a/packages/linux/linux-openmoko_2.6.24.bb +++ b/packages/linux/linux-openmoko_2.6.24.bb @@ -5,10 +5,11 @@ DESCRIPTION = "Linux 2.6.x (development) kernel for FIC SmartPhones shipping w/ VANILLA_VERSION = "2.6.24" KERNEL_RELEASE = "2.6.24" -KERNEL_VERSION = "${KERNEL_RELEASE}-moko11" +# need to synchronize with LOCALVERSION, if set +KERNEL_VERSION = "${KERNEL_RELEASE}" PV = "${VANILLA_VERSION}+svnr${SRCREV}" -PR = "r2" +PR = "r3" KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "30008000" |