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.22.5.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.22.5.bb')
-rw-r--r-- | packages/linux/linux-openmoko_2.6.22.5.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/linux/linux-openmoko_2.6.22.5.bb b/packages/linux/linux-openmoko_2.6.22.5.bb new file mode 100644 index 0000000000..4f2aa396c3 --- /dev/null +++ b/packages/linux/linux-openmoko_2.6.22.5.bb @@ -0,0 +1,9 @@ +require linux-openmoko.inc + +SRC_URI += "svn://svn.openmoko.org/trunk/src/target/kernel;module=patches;proto=http" +SRC_URI += "file://fix-EVIOCGRAB-semantics-2.6.22.5.patch;patch=1" + +MOKOR = "moko11" +PR = "${MOKOR}-r2" + +VANILLA_VERSION = "2.6.22.5" |