diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-13 12:49:29 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-13 12:49:29 +0000 |
commit | 99ded3ca35e9e44dee62152ff96100bb15fa72fe (patch) | |
tree | 052d99007b1db489bdb6fc87d6beca6d7a31482f /linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | |
parent | 0b8d3d8359594475fa2fe40aa7dd4ac7a896755f (diff) |
use openswan 2.2.0, not 2.3.0dr2 development snapshot, for openzaurus-pxa
BKrev: 419602d9Y_-r8aliDzEGlFtBkZQVew
Diffstat (limited to 'linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe')
-rw-r--r-- | linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe index 966d75900f..9c288c595c 100644 --- a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe +++ b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe @@ -5,7 +5,7 @@ KV = "2.4.18" RMKV = "7" PXAV = "3" SHARPV = "20031107" -PR = "r9" +PR = "r10" DESCRIPTION = "Linux kernel for OpenZaurus PXA processor based devices." MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-pxa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}" @@ -37,7 +37,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \ file://linux-2.4.18-list_move.patch;patch=1 \ file://deviceinfo.patch;patch=1 \ file://corgi-fbcon-logo.patch;patch=1 \ - http://www.openswan.org/download/openswan-2.3.0dr2-kernel-2.4-klips.patch.gz;patch=1 \ + http://www.openswan.org/download/openswan-2.2.0-kernel-2.4-klips.patch.gz;patch=1 \ file://defconfig-${MACHINE}" SRC_URI_append_poodle += " file://smallfonts.diff;patch=1" # apply this when we have a kernel that builds with gcc 3.x: |