summaryrefslogtreecommitdiff
path: root/mtd-utils.morph
blob: 3a06bbfd4d4f8a574ae891c7aaa8f3a744452f9b (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "mtd-utils",
    "kind": "chunk",
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}