summaryrefslogtreecommitdiff
path: root/linux.morph
blob: 97c268d331019b6051a062bf9541a301387371e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "name": "linux",
    "kind": "chunk",
    "configure-commands": [
        "make multi_v7_defconfig",
        "scripts/config -e AUTOFS4_FS",
        "scripts/config -e CGROUPS",
        "scripts/config -e EXT2_FS",
        "scripts/config -e EXT2_FS_XATTR",
        "scripts/config -e EXT3_FS",
        "scripts/config -e EXT4_FS",
        "scripts/config -e PACKET",
        "scripts/config -e UNIX",
        "scripts/config -e INET",
        "scripts/config -e IP_MULTICAST",
        "scripts/config -e IP_PNP",
        "scripts/config -e IP_PNP_DHCP",
        "scripts/config -e IP_PNP_BOOTP",
        "scripts/config -e NETWORK_FILESYSTEMS",
        "scripts/config -e NFS_FS",
        "scripts/config -e NFS_V3",
        "scripts/config -e ROOT_NFS",
        "scripts/config -e LOCKD",
        "scripts/config -e LOCKD_V4",
        "scripts/config -e NFS_COMMON",
        "scripts/config -e SUNRPC",
        "scripts/config -e BTRFS_FS",
        "scripts/config -e DEVTMPFS",
        "scripts/config -e DEVTMPFS_MOUNT",
        "scripts/config --set-str UEVENT_HELPER_PATH ''",
        "scripts/config -e IKCONFIG",
        "scripts/config -e IKCONFIG_PROC",
        "scripts/config -e TMPFS",
        "scripts/config -e TMPFS_POSIX_ACL",
        "yes '' | make oldconfig"
    ],
    "build-commands": [
        "make zImage"
    ],
    "install-commands": [
        "mkdir -p \"$DESTDIR\"/boot",
        "cp arch/arm/boot/zImage \"$DESTDIR\"/boot/zImage"
    ]
}