diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-05 00:21:47 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-05 00:21:47 +0000 |
commit | b84e7ee4183590765bb0da041ca21bd2a15587e6 (patch) | |
tree | d4c6fd2e7594e4613b99cd8c0429574ea3b2f4d9 /packages/openslug-init/openslug-init_0.10.bb | |
parent | 904879ece7a2d48913c08f5b8c617dc676a0c0ba (diff) |
Allow kernel and root partition to be updated in the flash alone, i.e.
just the kernel or just the root partition. Add support for progress
indicator (requires new rev of devio).
Diffstat (limited to 'packages/openslug-init/openslug-init_0.10.bb')
-rw-r--r-- | packages/openslug-init/openslug-init_0.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/openslug-init/openslug-init_0.10.bb b/packages/openslug-init/openslug-init_0.10.bb index bf43759aa7..f0af1aa9fb 100644 --- a/packages/openslug-init/openslug-init_0.10.bb +++ b/packages/openslug-init/openslug-init_0.10.bb @@ -3,7 +3,7 @@ SECTION = "console/network" LICENSE = "GPL" DEPENDS = "base-files devio" RDEPENDS = "busybox devio" -PR = "r32" +PR = "r33" SRC_URI = "file://linuxrc \ file://boot/flash \ |