diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-08-10 11:56:05 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-08-10 11:56:05 +0000 |
commit | 9fd2b970d624542eea99236c79170b90de8be12b (patch) | |
tree | a41e12098ab11c67e804ce6286486d65af68ca17 | |
parent | e1ebbf06b712733ded17bbc53c1691af259c4533 (diff) |
slugimage: Updated to latest version that supports 16MB flash chips
-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 16873d8d24..ad05d54851 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 = "r10" +PR = "r11" RDEPENDS = "perl" -SLUGIMAGE_SVN_REV ?= "82" +SLUGIMAGE_SVN_REV ?= "103" SLUGIMAGE_SVN_REPO ?= "http://svn.nslu2-linux.org/svnroot/slugimage/trunk" addtask svnfetch before do_configure after do_patch |