summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/ixp4xx-kernel_2.6.19-rc5.bb2
-rw-r--r--packages/linux/mx31ads-kernel_2.6.19rc5.bb2
-rw-r--r--packages/slugimage/slugimage.bb4
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.19-rc5.bb b/packages/linux/ixp4xx-kernel_2.6.19-rc5.bb
index bfb9dccb80..8e2932b9ca 100644
--- a/packages/linux/ixp4xx-kernel_2.6.19-rc5.bb
+++ b/packages/linux/ixp4xx-kernel_2.6.19-rc5.bb
@@ -6,7 +6,7 @@
# http://trac.nslu2-linux.org/kernel/
#
# The revision that is pulled from SVN is specified below
-IXP4XX_KERNEL_SVN_REV = "577"
+IXP4XX_KERNEL_SVN_REV = "579"
#
# The directory containing the patches to be applied is
# specified below
diff --git a/packages/linux/mx31ads-kernel_2.6.19rc5.bb b/packages/linux/mx31ads-kernel_2.6.19rc5.bb
index 1c3179bcfb..0957fe71fe 100644
--- a/packages/linux/mx31ads-kernel_2.6.19rc5.bb
+++ b/packages/linux/mx31ads-kernel_2.6.19rc5.bb
@@ -39,7 +39,7 @@ do_configure_prepend() {
sed -e '/CONFIG_AEABI/d' \
-e '/CONFIG_OABI_COMPAT=/d' \
- '${WORKDIR}/defconfig' >>'${S}/.config'
+ '${S}/defconfig' >>'${S}/.config'
# echo "CONFIG_CMDLINE=\"${CMDLINE}\"" >> ${S}/.config
diff --git a/packages/slugimage/slugimage.bb b/packages/slugimage/slugimage.bb
index d553a21777..2e9d16ac34 100644
--- a/packages/slugimage/slugimage.bb
+++ b/packages/slugimage/slugimage.bb
@@ -3,11 +3,11 @@ SECTION = "console/utils"
LICENSE = "BSD"
DESCRIPTION = "Slugimage is a small app to disassemble and reassemble \
flash images for the Linksys NSLU2 device. It also has jffs2 support"
-PR = "r6"
+PR = "r7"
RDEPENDS = "perl"
-SLUGIMAGE_SVN_REV ?= 77
+SLUGIMAGE_SVN_REV ?= 78
SLUGIMAGE_SVN_REPO ?= http://svn.nslu2-linux.org/svnroot/slugimage/trunk
addtask svnfetch before do_configure after do_patch