diff options
Diffstat (limited to 'packages/linux/linux-rp_2.6.23+2.6.24-rc8.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.23+2.6.24-rc8.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/linux/linux-rp_2.6.23+2.6.24-rc8.bb b/packages/linux/linux-rp_2.6.23+2.6.24-rc8.bb index 7557b27074..7c41e54c20 100644 --- a/packages/linux/linux-rp_2.6.23+2.6.24-rc8.bb +++ b/packages/linux/linux-rp_2.6.23+2.6.24-rc8.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_collie = "1" @@ -22,12 +22,12 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ ${RPSRC}/lzo_crypto-r2.patch;patch=1;status=pending \ ${RPSRC}/corgi_rearrange_lcd-r0.patch;patch=1;status=pending \ ${RPSRC}/lzo_jffs2_sysfs-r1.patch;patch=1 \ - ${RPSRC}/hx2750_base-r31.patch;patch=1 \ + ${RPSRC}/hx2750_base-r33.patch;patch=1 \ ${RPSRC}/hx2750_bl-r9.patch;patch=1 \ ${RPSRC}/hx2750_pcmcia-r3.patch;patch=1 \ ${RPSRC}/pxa_keys-r8.patch;patch=1 \ - ${RPSRC}/tsc2101-r17.patch;patch=1 \ - ${RPSRC}/hx2750_test1-r7.patch;patch=1 \ + ${RPSRC}/tsc2101-r18.patch;patch=1 \ + ${RPSRC}/hx2750_test1-r8.patch;patch=1 \ ${RPSRC}/input_power-r10.patch;patch=1 \ ${RPSRC}/pxa25x_cpufreq-r2.patch;patch=1 \ ${RPSRC}/sharpsl_pm_fixes1-r0.patch;patch=1 \ @@ -66,8 +66,9 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ file://defconfig-qemux86 \ file://defconfig-bootcdx86 \ file://defconfig-htcuniversal \ - file://defconfig-zylonite \ - file://defconfig-tosa " + file://defconfig-zylonite" +# Tosa disabled until the patchset is updated +# file://defconfig-tosa # FIXMEs before made default # ${RPSRC}/mmcsd_no_scr_check-r1.patch;patch=1;status=hack |