diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-31 11:23:28 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-08-31 11:23:28 +0000 |
commit | 37619f7f509a1c7d5740fe5f0f94fa25660ba935 (patch) | |
tree | b12b4a85284ef730d2d550d2ee6e31d9f0a50a21 /packages/linux/linux-openmoko_2.6.21.6.bb | |
parent | 20137b561a3be432d46aba0405ee1412a74191b8 (diff) |
rename linux-gta01 to linux-openmoko, this kernel will be useful on a family of devices,
GTA01, GTA02 being the first two models.
Diffstat (limited to 'packages/linux/linux-openmoko_2.6.21.6.bb')
-rw-r--r-- | packages/linux/linux-openmoko_2.6.21.6.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/linux/linux-openmoko_2.6.21.6.bb b/packages/linux/linux-openmoko_2.6.21.6.bb new file mode 100644 index 0000000000..2efc84681a --- /dev/null +++ b/packages/linux/linux-openmoko_2.6.21.6.bb @@ -0,0 +1,10 @@ +require linux-openmoko.inc + +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 = "moko11" +PR = "${MOKOR}-r2" + +VANILLA_VERSION = "2.6.21.6" + |