diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-08 16:50:19 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-08 16:50:19 +0000 |
commit | 4be4b65679c2ded6514ca2ca7f5fbfbbecbe2ecc (patch) | |
tree | 53a61b56d2ad5c0a3fea13a181157c502b396a8c /packages | |
parent | 4a5bef7e514080ff5156451e20de1137146bdc35 (diff) |
openturbostation: Correct xfs-utils to xfsprogs
Diffstat (limited to 'packages')
-rw-r--r-- | packages/images/openturbostation-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/images/openturbostation-image.bb b/packages/images/openturbostation-image.bb index 0c4a88cd6e..512a15441a 100644 --- a/packages/images/openturbostation-image.bb +++ b/packages/images/openturbostation-image.bb @@ -88,7 +88,7 @@ RDEPENDS = " \ mdadm \ hdparm \ mtd-utils \ - xfs-utils \ + xfsprogs \ udev \ ${OPENTURBOSTATION_SUPPORT} \ ${OPENTURBOSTATION_KERNEL} " |