diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-01-11 13:33:57 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-01-11 13:33:57 +0000 |
commit | ea4aa4cbfdac1f6a5c875be23c21577f71e9dfec (patch) | |
tree | 90c2d7ef32c91f819fa5660b04b25ca79664c561 /packages/linux/linux-openmoko_2.6.22.5.bb | |
parent | ca878cece7ccbde0bd83487aad91cf13922d6fb2 (diff) |
linux-openmoko_2.6.22.5.bb : fix bug in gta02 sound driver that misreported
the speaker state
alsa-state.bb : state files corrected now bug is fixed
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.22.5.bb')
-rw-r--r-- | packages/linux/linux-openmoko_2.6.22.5.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/linux/linux-openmoko_2.6.22.5.bb b/packages/linux/linux-openmoko_2.6.22.5.bb index d1b3c5ef1e..fe46c59a58 100644 --- a/packages/linux/linux-openmoko_2.6.22.5.bb +++ b/packages/linux/linux-openmoko_2.6.22.5.bb @@ -9,7 +9,7 @@ KERNEL_RELEASE = "2.6.22.5" #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}-moko11+svnr${SRCREV}" PV = "${KERNEL_RELEASE}-moko11+svnr${SRCREV}" -PR = "r10" +PR = "r13" KERNEL_IMAGETYPE = "uImage" UBOOT_ENTRYPOINT = "30008000" @@ -29,7 +29,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.ta file://iis-suspend.patch;patch=1 \ file://s3c24xx-pcm-suspend.patch;patch=1 \ file://gta-vibro-pwm-suspend.patch;patch=1 \ - file://glamo-report-vram-size-to-userspace.patch;patch=1 \ file://defconfig-${KERNEL_RELEASE}" S = "${WORKDIR}/linux-${VANILLA_VERSION}" |