summaryrefslogtreecommitdiffstats
path: root/target/ubifs
Commit message (Collapse)AuthorAgeFilesLines
* target/ubifsroot: mark as brokenPeter Korsgaard2009-05-281-0/+1
| | | | | | | | It should get fixed to use mkfs.ubifs from mtd-utils, but that's probably unrealistic before the 2009.05 release, so mark as broken for now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/ubifsroot: fix source rulePeter Korsgaard2009-05-281-2/+2
| | | | | | | Notice that the upstream git tree is no more, so this doesn't buy us much. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Makefile: add target-finalize for common filesystem cleanupPeter Korsgaard2009-04-071-12/+0
| | | | And remove from each rootfs variant.
* target: remove BR2_TARGET_ROOTFS_*_SQUASH optionsPeter Korsgaard2009-04-072-7/+0
| | | | Everything besides ubifs does an unconditional chown -R 0:0 anyway.
* fakeroot: install into HOST_DIRPeter Korsgaard2009-04-011-1/+1
|
* makedevs: install into HOST_DIRPeter Korsgaard2009-04-011-1/+1
|
* target/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* target: paths may need strippingPeter Korsgaard2008-12-081-1/+1
| | | | r24310 removed a few too many strips.
* target/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-2/+2
|
* ubifs: fix long help text linesPeter Korsgaard2008-08-271-8/+13
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Fix UBI compression optionsHamish Moffatt2008-04-082-12/+12
|
* Update to mkfs.ubifs v0.4 release. Note that you need the latest ubifsHamish Moffatt2008-04-071-2/+4
| | | | kernel code because the on-flash format has changed.
* Add ubifs targetHamish Moffatt2008-04-042-0/+242