diff options
Diffstat (limited to 'recipes/linux/linux-mini2440_2.6.30+git.bb')
-rw-r--r-- | recipes/linux/linux-mini2440_2.6.30+git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/linux/linux-mini2440_2.6.30+git.bb b/recipes/linux/linux-mini2440_2.6.30+git.bb index 8a4898a089..52f1814bab 100644 --- a/recipes/linux/linux-mini2440_2.6.30+git.bb +++ b/recipes/linux/linux-mini2440_2.6.30+git.bb @@ -1,7 +1,8 @@ DESCRIPTION = "Linux Kernel for mini2440 development board" SECTION = "kernel" LICENSE = "GPL" -PR = "r2" +MACHINE_KERNEL_PR = "r3" +#PR = "r3" GGSRC = "http://www.xora.org.uk/oe/patches/" @@ -22,4 +23,4 @@ do_configure() { oe_runmake oldconfig } -KERNEL_RELEASE = "2.6.29" +KERNEL_RELEASE = "2.6.30" |