diff options
Diffstat (limited to 'packages/linux/ep93xx-kernel_2.6.15.bb')
-rw-r--r-- | packages/linux/ep93xx-kernel_2.6.15.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/ep93xx-kernel_2.6.15.bb b/packages/linux/ep93xx-kernel_2.6.15.bb index 7c9f81a924..448ea544b8 100644 --- a/packages/linux/ep93xx-kernel_2.6.15.bb +++ b/packages/linux/ep93xx-kernel_2.6.15.bb @@ -1,10 +1,10 @@ DESCRIPTION = "Linux Kernel for Cirrus Logic ep39xx compatible machines" SECTION = "kernel" LICENSE = "GPL" -PR = "r0" +PR = "r1" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ - file://linux-2.6.15-ep93xx-gao19.diff;patch=1 \ + http://wantstofly.org/~buytenh/ep93xx/derevo0.diff;patch=1 \ file://defconfig" S = "${WORKDIR}/linux-${PV}" @@ -15,6 +15,7 @@ KERNEL_IMAGETYPE = "zImage" do_configure_prepend() { install -m 0644 ${WORKDIR}/defconfig ${S}/.config +#make ep93xx_defconfig } do_deploy() { |