diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-07-11 11:01:15 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-07-11 11:01:15 +0000 |
commit | 49778d7c8a0027c2920beba40fd42e5705db75b4 (patch) | |
tree | 20bacb907ebb80df985395445a02847310e062c2 /packages/linux | |
parent | 13e603ff2dc08db74a8ec700375dc494d0a07c24 (diff) | |
parent | 8734f29b172e780435e2c39800241ecc29eee3f7 (diff) |
merge of '83d9cf101f881f4f23bd0c33560c2179b08d8874'
and 'beb1fc79f1a536fd48b5ecbd2bdfcb11369d5888'
Diffstat (limited to 'packages/linux')
-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" + |