diff options
| author | Jamie Lenehan <lenehan@twibble.org> | 2006-07-10 03:00:11 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-10 03:00:11 +0000 |
| commit | 90092e2cefdb808d051fb3a5bb286e469111a4f5 (patch) | |
| tree | 62d153ec798f62c271bac5e8cb6701c1975502b6 | |
| parent | c06b6204c20c1624dbe4d0dfd113309332fadbcc (diff) | |
linux-titan-sh4 2.6.17: Fix to enable module loading. The initial 2.6.16
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.
| -rw-r--r-- | packages/linux/linux-titan-sh4_2.6.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-titan-sh4_2.6.17.bb b/packages/linux/linux-titan-sh4_2.6.17.bb index 7d59400723..c3bae053cb 100644 --- a/packages/linux/linux-titan-sh4_2.6.17.bb +++ b/packages/linux/linux-titan-sh4_2.6.17.bb @@ -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}" |
