aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-linkstationppc_2.6.28.4.bb
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-02-11 00:22:20 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-02-11 00:22:20 +0000
commit4a9452f98343ed595726d7a8eeac3cc28ebb6f2d (patch)
tree225a5b21685fdd08f51ce930585d15af8cf05431 /packages/linux/linux-linkstationppc_2.6.28.4.bb
parent822cebf2a935db8588e9b0827e9241da86b91a7a (diff)
downloadopenembedded-4a9452f98343ed595726d7a8eeac3cc28ebb6f2d.tar.gz
linux-linkstationppc: Fix last commit, 2.6.27.10 => 2.6.28.4, add usb webcam modules
Diffstat (limited to 'packages/linux/linux-linkstationppc_2.6.28.4.bb')
-rw-r--r--packages/linux/linux-linkstationppc_2.6.28.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/linux-linkstationppc_2.6.28.4.bb b/packages/linux/linux-linkstationppc_2.6.28.4.bb
index e64b2aca56..3c15d78e42 100644
--- a/packages/linux/linux-linkstationppc_2.6.28.4.bb
+++ b/packages/linux/linux-linkstationppc_2.6.28.4.bb
@@ -1,17 +1,17 @@
DESCRIPTION = "Linux Kernel for the Buffalo Linkstation HD/HG"
SECTION = "kernel"
LICENSE = "GPL"
-PR = "r3"
+PR = "r0"
DEPENDS = "dtc-native u-boot-mkimage-native"
COMPATIBLE_MACHINE = "(lsppchd|lsppchg)"
-SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2 \
+SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2 \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.gz;patch=1 \
file://fw-and-powerpc-install.patch;patch=1 \
file://defconfig \
"
-S = "${WORKDIR}/linux-2.6.27"
+S = "${WORKDIR}/linux-2.6.28"
require linux.inc