Skip to content

Instantly share code, notes, and snippets.

@minho-comcom-ai
Forked from powareverb/.config-readynas.diff
Created November 3, 2020 11:25
Show Gist options
  • Save minho-comcom-ai/cb57638f493891ea4dded2f24c82bc89 to your computer and use it in GitHub Desktop.
Save minho-comcom-ai/cb57638f493891ea4dded2f24c82bc89 to your computer and use it in GitHub Desktop.
Diff between ReadyNAS kernel config for 6.5.0 Beta 2 (linux-4.1.19-x86_64) and that which is required for base Docker setup
74,75c74
< CONFIG_POSIX_MQUEUE=y
< CONFIG_POSIX_MQUEUE_SYSCTL=y
---
> # CONFIG_POSIX_MQUEUE is not set
143,145c142,143
< CONFIG_BUILD_BIN2C=y
< CONFIG_IKCONFIG=m
< CONFIG_IKCONFIG_PROC=y
---
> # CONFIG_BUILD_BIN2C is not set
> # CONFIG_IKCONFIG is not set
153,161c151,155
< CONFIG_CGROUP_FREEZER=y
< CONFIG_CGROUP_DEVICE=y
< CONFIG_CPUSETS=y
< CONFIG_PROC_PID_CPUSET=y
< CONFIG_CGROUP_CPUACCT=y
< CONFIG_PAGE_COUNTER=y
< CONFIG_MEMCG=y
< # CONFIG_MEMCG_SWAP is not set
< # CONFIG_MEMCG_KMEM is not set
---
> # CONFIG_CGROUP_FREEZER is not set
> # CONFIG_CGROUP_DEVICE is not set
> # CONFIG_CPUSETS is not set
> # CONFIG_CGROUP_CPUACCT is not set
> # CONFIG_MEMCG is not set
360c354
< CONFIG_FREEZER=y
---
> # CONFIG_FREEZER is not set
643c637
< CONFIG_PACKET=m
---
> CONFIG_PACKET=y
1285,1286c1279
< CONFIG_MACVLAN=m
< CONFIG_MACVTAP=m
---
> # CONFIG_MACVLAN is not set
1294c1287
< CONFIG_VETH=m
---
> # CONFIG_VETH is not set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment