diff options
author | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2014-08-16 12:30:25 +0000 |
---|---|---|
committer | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2014-08-16 12:30:25 +0000 |
commit | 00d06d9673a13790d94672ddedc905e90a3c1c4f (patch) | |
tree | c413148786b1d63b79ae94b5b62af3f5a0e509b3 | |
parent | 9f0ed0a7239c961c8ba8313796aa76856221cd83 (diff) | |
download | linux-baserock/ps/jetson-docker.tar.gz |
add some configs for Dockerbaserock/ps/jetson-docker
-rw-r--r-- | linux-tegra.morph | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/linux-tegra.morph b/linux-tegra.morph index 9c9df5148801..861287c88acb 100644 --- a/linux-tegra.morph +++ b/linux-tegra.morph @@ -19,6 +19,7 @@ configure-commands: - scripts/config -e DEVTMPFS_MOUNT - scripts/config -e CONFIG_FHANDLE - scripts/config -e CGROUPS +- scripts/config -e CGROUP_DEVICE - scripts/config -e AUTOFS4_FS - scripts/config --set-str UEVENT_HELPER_PATH '' - scripts/config -e EXT2_FS @@ -47,6 +48,15 @@ configure-commands: - scripts/config -d DEBUG_STACK_TRACE - scripts/config -e NFSD - scripts/config -e NFSD_V3 +- scripts/config -e VHOST_NET +- scripts/config -e VETH +- scripts/config -e MACVLAN +- scripts/config -e NF_NAT +- scripts/config -e NF_NAT_NEEDED +- scripts/config -e DEVPTS_MULTIPLE_INSTANCES +- scripts/config -e NETFILTER_ADVANCED +- scripts/config -e NETFILTER_XT_MATCH_ADDRTYPE +- scripts/config -e NETFILTER_XT_MATCH_CONNTRACK - yes '' | make ARCH=arm oldconfig build-commands: - make $MAKEFLAGS ARCH=arm zImage dtbs |