diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-14 17:30:26 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-14 17:30:26 +0000 |
commit | b22cae49b1d5d23c775c36425ff9326fa23f176b (patch) | |
tree | 2270fbad079eb6624b3128233f63622e450c4087 /linux/linux-epia_2.6.8.1.oe | |
parent | 1f2007b84df3b08eb138b67d56cacd93445f00bf (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages
2004/11/14 17:30:11+00:00 nexus.co.uk!pb
enable vt1211 sensor support
BKrev: 419796323WjvxhlkFqYg-5G4LJf0Ug
Diffstat (limited to 'linux/linux-epia_2.6.8.1.oe')
-rw-r--r-- | linux/linux-epia_2.6.8.1.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/linux-epia_2.6.8.1.oe b/linux/linux-epia_2.6.8.1.oe index 800348d5d3..c1fdc26ba8 100644 --- a/linux/linux-epia_2.6.8.1.oe +++ b/linux/linux-epia_2.6.8.1.oe @@ -1,10 +1,11 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for VIA EPiA" LICENSE = "GPL" -PR = "r13" +PR = "r14" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ http://www.epiawiki.org/files/epia_kernel/patch-2.6.8.1-epia1.bz2;patch=1 \ + http://hem.bredband.net/ekmlar/patch-vt1211-2.6.txt;patch=1 \ file://epia_defconfig" S = "${WORKDIR}/linux-${PV}" |