|
【Linux】
[SOLVED] kernel compilation
Posted at 10/3/2019 18:28:12
View:3056
|
Replies:0
Print
Only Author
[Copy Link]
1#
Last edited by wh_firefly In 10/4/2019 20:29 Editor
Please excuse my English.
Please tell me why the changes made with make menuconfig, I use the file
- kernel/arch/arm64/configs/firefly_roc-rk3399-pc_defconfig
Copy the code
are not applied when compiling? I enabled iptables and Bond support to use Docker, but no bond support was added to the system after the image was recreated. What could I have done wrong ?
I receive the following error message:
- level=warning msg="Running modprobe bridge br_netfilter failed with message: modprobe: WARNING: Module bridge not found in directory /lib/modules/4.4
- level=warning msg="Running modprobe xt_conntrack failed with message: `modprobe: WARNING: Module xt_conntrack not found in directory /lib/modules/4.4
- level=warning msg="Could not load necessary modules for Conntrack: Running modprobe nf_conntrack_netlink failed with message: `modprobe: WARNING: Mod
Copy the code
Also it is unclear to me why after self-Assembly of an image there is no directory with modules (/lib/modules) |
|