diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-11-29 19:16:31 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-11-29 19:16:31 +0000 |
commit | dc4bab052827c5b88109474ba8e78d8059d6a009 (patch) | |
tree | fc9ee57f93335bd7c82cb7a0517b87130713e338 /packages/slugimage | |
parent | fd43ce1199d5038e03040878c919498e7f05cfdf (diff) |
slugimage: updated to latest svn to fix missing microcode problem
Diffstat (limited to 'packages/slugimage')
-rw-r--r-- | packages/slugimage/slugimage.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/slugimage/slugimage.bb b/packages/slugimage/slugimage.bb index 60f66b9460..16873d8d24 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 = "r9" +PR = "r10" RDEPENDS = "perl" -SLUGIMAGE_SVN_REV ?= "81" +SLUGIMAGE_SVN_REV ?= "82" SLUGIMAGE_SVN_REPO ?= "http://svn.nslu2-linux.org/svnroot/slugimage/trunk" addtask svnfetch before do_configure after do_patch |