summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/ep93xx-kernel_2.6.15.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/linux/ep93xx-kernel_2.6.15.bb b/packages/linux/ep93xx-kernel_2.6.15.bb
index 448ea544b8..8720d9b06d 100644
--- a/packages/linux/ep93xx-kernel_2.6.15.bb
+++ b/packages/linux/ep93xx-kernel_2.6.15.bb
@@ -1,11 +1,11 @@
DESCRIPTION = "Linux Kernel for Cirrus Logic ep39xx compatible machines"
SECTION = "kernel"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
- http://wantstofly.org/~buytenh/ep93xx/derevo0.diff;patch=1 \
- file://defconfig"
+ http://wantstofly.org/~buytenh/ep93xx/derevo1.diff;patch=1 \
+ "
S = "${WORKDIR}/linux-${PV}"
@@ -13,9 +13,8 @@ inherit kernel
KERNEL_IMAGETYPE = "zImage"
-do_configure_prepend() {
- install -m 0644 ${WORKDIR}/defconfig ${S}/.config
-#make ep93xx_defconfig
+do_configure() {
+ make ep93xx_defconfig
}
do_deploy() {