diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-07-19 06:31:56 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-19 06:31:56 +0000 |
commit | 1b45793e53bc6eb1ac71ef2f051359b674815788 (patch) | |
tree | 945695c44dcd9ca1ad8e0bd8fc514a6c6db0eda5 /packages/openslug-init/openslug-init_0.10.bb | |
parent | e76d9a8ba9c798803949a61da8d5e72c66ec7f7b (diff) |
slugbug 206: fix the tmpfs directories in NFS
slugbug 207: fix the flashdisk mount so that it works in the presence of
an existing readonly mount (turnup, like reflash, now removes all existing
flashdisk mounts)
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 60726d8dc2..fd2080ff65 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 = "r39" +PR = "r40" SRC_URI = "file://linuxrc \ file://boot/flash \ |