diff options
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.19-rc5.bb | 2 | ||||
-rw-r--r-- | packages/slugimage/slugimage.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.19-rc5.bb b/packages/linux/ixp4xx-kernel_2.6.19-rc5.bb index 77169461aa..bfb9dccb80 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 = "574" +IXP4XX_KERNEL_SVN_REV = "577" # # The directory containing the patches to be applied is # specified below diff --git a/packages/slugimage/slugimage.bb b/packages/slugimage/slugimage.bb index ab61c71927..d553a21777 100644 --- a/packages/slugimage/slugimage.bb +++ b/packages/slugimage/slugimage.bb @@ -3,7 +3,7 @@ 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 = "r5" +PR = "r6" RDEPENDS = "perl" |