diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-23 11:20:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-23 11:20:51 +0000 |
commit | f2775f8f90fc58cd5dc6e632c088a976e8c92a04 (patch) | |
tree | 82ce338848d03466189f736b196effb2ad826dd0 /packages/linux/linux-gta01_2.6.21.5.bb | |
parent | 0c25fa3e7098c3847f4fc3eb042b94d0e142b9b3 (diff) | |
parent | 835c87ebfe46cfc49d03fa9c942b39aa85807a08 (diff) |
merge of '3fc90cd6e5ca8fdb9040cd52f97c35c106987f7b'
and 'dd6e61bbe142013de981e7c21ec321925aa41d52'
Diffstat (limited to 'packages/linux/linux-gta01_2.6.21.5.bb')
-rw-r--r-- | packages/linux/linux-gta01_2.6.21.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-gta01_2.6.21.5.bb b/packages/linux/linux-gta01_2.6.21.5.bb index a88076d152..03bb1f9129 100644 --- a/packages/linux/linux-gta01_2.6.21.5.bb +++ b/packages/linux/linux-gta01_2.6.21.5.bb @@ -1,10 +1,10 @@ require linux-gta01.inc -SRC_URI += "svn://svn.openmoko.org/trunk/src/target/kernel;module=patches;proto=http" +SRC_URI += "svn://svn.openmoko.org/branches/src/target/kernel/2.6.21.x;module=patches;proto=http" SRC_URI += "file://fix-EVIOCGRAB-semantics.patch;patch=1" MOKOR = "moko10" -PR = "r3" +PR = "${MOKOR}-r4" VANILLA_VERSION = "2.6.21.5" |