summaryrefslogtreecommitdiff
path: root/jffsX-utils/mkfs.jffs2.1
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos found by Debian's lintian toolBastian Germann2020-09-111-2/+2
| | | | | Signed-off-by: Bastian Germann <bastiangermann@fishpost.de> Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
* mtd-utils: Restructure the mtd-utils source.Dongsheng Yang2015-11-111-0/+268
* There is no code modification in this commit, only moving * the files to proper place. The user tools looks a little messy as we place almost the all tools in the root directory of mtd-utils. To make it more clear, I propose to introduce the following structure for our source code. mtd-utils/ |-- lib |-- include |-- misc-utils |-- jffsX-utils |-- nand-utils |-- nor-utils |-- ubi-utils |-- ubifs-utils `-- tests Signed-off-by: Dongsheng Yang <yangds.fnst@cn.fujitsu.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>