diff options
Diffstat (limited to 'linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe')
-rw-r--r-- | linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe | 3 |
1 files changed, 2 insertions, 1 deletions
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 f2380642ad..ddc071ae88 100644 --- a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe +++ b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe @@ -5,7 +5,7 @@ KV = "2.4.18" RMKV = "7" PXAV = "3" SHARPV = "20030509" -PR = "r8" +PR = "r9" 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}" @@ -25,6 +25,7 @@ SRC_URI = "http://aurach.ewu.edu/ield_software/ch5/ROM3.10_stuff/linux-sl5500-${ file://linux-2.4.18-list_move.patch;patch=1 \ file://defconfig-${MACHINE} \ file://module_licence.patch;patch=1 \ + file://1764-1.patch;patch=1 \ file://sound-2.4.18r2.patch;patch=1 " # apply this when we have a patch that allows building with gcc 3.x: |