diff options
| author | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-09 13:10:17 +0200 |
|---|---|---|
| committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-11 12:31:55 +0200 |
| commit | 2e53208e8c1eaf83fb6b6411f8465f2bdf1d6069 (patch) | |
| tree | a75c155496521cf9fb1931751aa573d8bb33a1ea /features/lxc | |
| parent | 9153e7a0c6a10dfe5ada1661ab116068cfc364ee (diff) | |
| download | enea-kernel-cache-ampere-4.14.tar.gz | |
Add supporting config snippetsampere-4.14
Change-Id: Ic2f7c31c8ad274f4c3677320b81ccb0407612711
Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.com>
Diffstat (limited to 'features/lxc')
| -rw-r--r-- | features/lxc/lxc_y.cfg | 42 | ||||
| -rw-r--r-- | features/lxc/lxc_y.scc | 4 |
2 files changed, 46 insertions, 0 deletions
diff --git a/features/lxc/lxc_y.cfg b/features/lxc/lxc_y.cfg new file mode 100644 index 0000000..8710044 --- /dev/null +++ b/features/lxc/lxc_y.cfg | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | CONFIG_NAMESPACES=y | ||
| 2 | CONFIG_UTS_NS=y | ||
| 3 | CONFIG_IPC_NS=y | ||
| 4 | CONFIG_PID_NS=y | ||
| 5 | CONFIG_USER_NS=y | ||
| 6 | CONFIG_NET_NS=y | ||
| 7 | DEVPTS_MULTIPLE_INSTANCES=y | ||
| 8 | |||
| 9 | CONFIG_CGROUPS=y | ||
| 10 | CONFIG_CGROUP_NS=y | ||
| 11 | CONFIG_CGROUP_DEVICE=y | ||
| 12 | CONFIG_CGROUP_SCHED=y | ||
| 13 | CONFIG_CGROUP_CPUACCT=y | ||
| 14 | CONFIG_CGROUP_MEM_RES_CTLR=y | ||
| 15 | CONFIG_CPUSETS=y | ||
| 16 | |||
| 17 | CONFIG_VETH=y | ||
| 18 | CONFIG_MACVLAN=y | ||
| 19 | CONFIG_VLAN_8021Q=y | ||
| 20 | CONFIG_BRIDGE=y | ||
| 21 | CONFIG_NETFILTER_ADVANCED=y | ||
| 22 | CONFIG_NF_NAT_IPV4=y | ||
| 23 | CONFIG_IP_NF_TARGET_MASQUERADE=y | ||
| 24 | CONFIG_NF_DEFRAG_IPV6=y | ||
| 25 | CONFIG_NF_CONNTRACK_IPV6=y | ||
| 26 | CONFIG_NF_NAT_IPV6=y | ||
| 27 | CONFIG_NF_NAT_MASQUERADE_IPV6=y | ||
| 28 | CONFIG_IP6_NF_IPTABLES=y | ||
| 29 | CONFIG_IP6_NF_NAT=y | ||
| 30 | CONFIG_IP6_NF_TARGET_MASQUERADE=y | ||
| 31 | # CONFIG_IP6_NF_TARGET_NPT is not set | ||
| 32 | CONFIG_NETFILTER_XT_TARGET_CHECKSUM=y | ||
| 33 | CONFIG_FUSE_FS=y | ||
| 34 | |||
| 35 | CONFIG_CHECKPOINT_RESTORE=y | ||
| 36 | CONFIG_FHANDLE=y | ||
| 37 | CONFIG_EVENTFD=y | ||
| 38 | CONFIG_EPOLL=y | ||
| 39 | CONFIG_UNIX_DIAG=y | ||
| 40 | CONFIG_INET_DIAG=y | ||
| 41 | CONFIG_PACKET_DIAG=y | ||
| 42 | CONFIG_NETLINK_DIAG=y | ||
diff --git a/features/lxc/lxc_y.scc b/features/lxc/lxc_y.scc new file mode 100644 index 0000000..7c7930b --- /dev/null +++ b/features/lxc/lxc_y.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable LXC support as required by lxc-checkconfig" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf non-hardware lxc_y.cfg | ||
