modules: rename packages/kernel_modules to packages/lkmc

Then inside, split packages/lkmc into kernel_modules and userland,
to keep userland out of the kernel_modules parent path, which makes no
sense.

Copy built modules and userland to the output rootfs overlay.

Document Linux distro tradeoffs.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-10 00:00:00 +00:00
parent c1d5d7d166
commit dae60aa248
97 changed files with 216 additions and 175 deletions

5
packages/lkmc/Config.in Normal file
View File

@@ -0,0 +1,5 @@
config BR2_PACKAGE_LKMC
bool "lkmc"
depends on BR2_LINUX_KERNEL
help
Linux Kernel Module Cheat kernel modules and compiled userland examples.