summaryrefslogtreecommitdiffstats
path: root/package/cramfs
Commit message (Collapse)AuthorAgeFilesLines
* cramfs: fix installationThomas Petazzoni2010-04-171-4/+4
| | | | | | | | | The installation procedure of cramfs was broken when $(HOST_DIR)/usr/bin didn't exist (i.e, cramfsck was installed as $(HOST_DIR)/usr/bin directly). Use install -D with a proper destination argument to make it work. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cramfs: fix help text typoPeter Korsgaard2010-04-091-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cramfs: new packageThomas Petazzoni2010-04-095-0/+1606
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>