linux-titan-sh4 2.6.17: Fix to enable module loading. The initial 2.6.16
authorJamie Lenehan <lenehan@twibble.org>
Mon, 10 Jul 2006 03:00:11 +0000 (03:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 10 Jul 2006 03:00:11 +0000 (03:00 +0000)
port to sh was unable to load any modules, so roll the CVS date for the
linux-sh tree forward a few days to pick up the fixes.

packages/linux/linux-titan-sh4_2.6.17.bb

index 7d59400..c3bae05 100644 (file)
@@ -2,10 +2,10 @@ SECTION = "kernel"
 DESCRIPTION = "Linux kernel for SH4 based TITAN router appliance"
 LICENSE = "GPL"
 MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
-          cvs://anonymous@linuxsh.cvs.sourceforge.net/cvsroot/linuxsh;module=linux;date=20060706 \
+          cvs://anonymous@linuxsh.cvs.sourceforge.net/cvsroot/linuxsh;module=linux;date=20060709 \
           file://titan-flash.patch;patch=1 \
           file://titan-config"
 S = "${WORKDIR}/linux-${PV}"