diff options
| author | Tony Ambardar <itugrok@yahoo.com> | 2023-12-05 01:09:46 -0800 |
|---|---|---|
| committer | Tony Ambardar <itugrok@yahoo.com> | 2024-01-06 08:34:18 -0800 |
| commit | e1d8e576147d813398c6797ca866f9d8a41a350e (patch) | |
| tree | 3a62247cd006a27a4dc51b62e7c53bb7f4104c67 /target/linux | |
| parent | 29f6da43403c5131d0035de0bfc4107eee17953b (diff) | |
| download | upstream-e1d8e576147d813398c6797ca866f9d8a41a350e.tar.gz upstream-e1d8e576147d813398c6797ca866f9d8a41a350e.tar.bz2 upstream-e1d8e576147d813398c6797ca866f9d8a41a350e.zip | |
kernel: include modinfo for built-in modules
Add modules.builtin.modinfo to the kernel package, to support presence
testing using module aliases and printing module details with 'modinfo'.
With related kmodloader changes this adds ~2 KB to compressed image sizes.
root@OpenWrt:/# modinfo unix
name: unix
filename: (builtin)
alias: net-pf-1
license: GPL
root@OpenWrt:/# modprobe net-pf-1 && echo SUCCESS || echo FAIL
SUCCESS
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'target/linux')
0 files changed, 0 insertions, 0 deletions
