Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Improve overlay check in Makefile (sonic-net#3050)
Some kernels are built with overlayfs as a builtin and not a module. For these the check via lsmod currently fails. This improvement now checks the kernel configuration for the CONFIG_OVERLAY_FS entry. Depending on the OS and kernel version the build configuration can be in multiple places.
- Loading branch information