diff options
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-omap1_2.6.12-rc2.bb (renamed from packages/linux/linux-omap1_2.6.12_rc2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-omap1_2.6.12_rc2.bb b/packages/linux/linux-omap1_2.6.12-rc2.bb index 1f34530eb0..a4be0b995e 100644 --- a/packages/linux/linux-omap1_2.6.12_rc2.bb +++ b/packages/linux/linux-omap1_2.6.12-rc2.bb @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" SECTION = "kernel" DESCRIPTION = "Linux kernel for OMAP processors" LICENSE = "GPL" @@ -26,7 +26,7 @@ python __anonymous () { } -do_configure_prepend_omap5912osk() { +do_configure_prepend() { install -m 0644 ${WORKDIR}/defconfig ${S}/.config oe_runmake oldconfig } |