slugos: Bumped version to 4.1, updated slugimage and ixp4xx-kernel to latest versions.
authorRod Whitby <rod@whitby.id.au>
Tue, 14 Nov 2006 23:38:07 +0000 (23:38 +0000)
committerRod Whitby <rod@whitby.id.au>
Tue, 14 Nov 2006 23:38:07 +0000 (23:38 +0000)
conf/distro/include/slugos.inc
packages/linux/ixp4xx-kernel_2.6.19-rc5.bb
packages/slugimage/slugimage.bb

index 299944e..b4af6dd 100644 (file)
@@ -36,7 +36,7 @@
 #DISTRO_TYPE
 
 # The following may be overridden to make sub-versions
-SLUGOS_VERSION = "4.0"
+SLUGOS_VERSION = "4.1"
 DISTRO_REVISION ?= ""
 DISTRO_VERSION ?= "${SLUGOS_VERSION}${DISTRO_REVISION}-${DISTRO_TYPE}"
 # For release (only):
index bfb9dcc..f38dddc 100644 (file)
@@ -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 = "578"
 #
 # The directory containing the patches to be applied is
 # specified below
index d553a21..2e9d16a 100644 (file)
@@ -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