mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
bring a minimal buildroot kernel modules example to life
More importantly, to make modules_install on the Linux kernel build.
This commit is contained in:
5
buildroot_packages/kernel_modules/Config.in
Normal file
5
buildroot_packages/kernel_modules/Config.in
Normal file
@@ -0,0 +1,5 @@
|
||||
config BR2_PACKAGE_KERNEL_MODULES
|
||||
bool "kernel_modules"
|
||||
depends on BR2_LINUX_KERNEL
|
||||
help
|
||||
https://github.com/cirosantilli/linux-kernel-module-cheat#kernel_modules-package
|
||||
Reference in New Issue
Block a user