diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-06-23 17:09:41 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-06-23 17:09:41 +0000 |
commit | 4f73f464a8712d5332570cddb6e37078d04d8020 (patch) | |
tree | f6047b62c1284b514c3161d04b071d5d71b7598e | |
parent | d9b9e45ca9c52c3e2b62a0f942e691cf0d924c9a (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages
2004/06/23 19:09:14+02:00 uni-frankfurt.de!mickey
apply a patch to openzaurus-sa which allows
to change virtual consoles via keyboard (press Notepad+Right or Notepad+Left)
BKrev: 40d9b955U16Nncz4rvrZ1GRguwQNgA
-rw-r--r-- | linux/openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509/keymap-more-sane.patch | 0 | ||||
-rw-r--r-- | linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/linux/openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509/keymap-more-sane.patch b/linux/openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509/keymap-more-sane.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/linux/openzaurus-sa-2.4.18-rmk7-pxa3-embedix20030509/keymap-more-sane.patch diff --git a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe index b3b6d2390f..fc1dfcb9b9 100644 --- a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe +++ b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe @@ -4,7 +4,7 @@ KV = "2.4.18" RMKV = "7" PXAV = "3" SHARPV = "20030509" -PR = "r1" +PR = "r2" DESCRIPTION = "Linux kernel for OpenZaurus StrongArm processor based devices." FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-sa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}" @@ -19,6 +19,7 @@ SRC_URI = "http://aurach.ewu.edu/ield_software/ch5/ROM3.10_stuff/linux-sl5500-${ file://idecs.patch;patch=1 \ file://logo.patch;patch=1 \ file://initsh.patch;patch=1 \ + file://keymap-more-sane.patch;patch=1 \ file://mkdep.patch;patch=1 \ file://disable-pcmcia-probe.patch;patch=1 \ file://linux-2.4.18-list_move.patch;patch=1 \ |