diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-12 12:43:02 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-07-12 12:43:02 +0000 |
commit | 41a9fdc088f60373864a5128e5b69d467412a34c (patch) | |
tree | f21e362bb285d4da20ac54c951864a6f5fa146bf /packages/linux/linux-gta01_2.6.21.5.bb | |
parent | 2123a2aba7385cb19a25f0cf61be70bea52f5929 (diff) | |
parent | 60e2d42b95077363829155bbb094f882ab2afcd4 (diff) |
merge of '6fac15e307a3e92d647e9f142ee8341eec839a79'
and 'c1286096ff5c06af943961004df6e2d4107937ea'
Diffstat (limited to 'packages/linux/linux-gta01_2.6.21.5.bb')
-rw-r--r-- | packages/linux/linux-gta01_2.6.21.5.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/linux/linux-gta01_2.6.21.5.bb b/packages/linux/linux-gta01_2.6.21.5.bb new file mode 100644 index 0000000000..ced24462e7 --- /dev/null +++ b/packages/linux/linux-gta01_2.6.21.5.bb @@ -0,0 +1,10 @@ +require linux-gta01.inc + +SRC_URI += "svn://svn.openmoko.org/trunk/src/target/kernel;module=patches;proto=http" +SRC_URI += "file://fix-EVIOCGRAB-semantics.patch;patch=1" + +MOKOR = "moko10" +PR = "${MOKOR}-r1" + +VANILLA_VERSION = "2.6.21.5" + |