openwrt/package
Tony Ambardar e1d8e57614 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>
2024-01-06 08:34:18 -08:00
..
base-files base-files: execute package's "postinst" after executing uci-defaults 2023-12-27 16:01:30 +01:00
boot ipq807x: add support for Linksys MX4200 V1 and V2 2024-01-06 16:13:23 +01:00
devel devel/gdb: Update to 14.1 2024-01-04 22:40:05 +01:00
firmware ipq807x: add support for Linksys MX4200 V1 and V2 2024-01-06 16:13:23 +01:00
kernel kernel: include modinfo for built-in modules 2024-01-06 08:34:18 -08:00
libs mpfr: import from packages feed 2024-01-04 22:40:05 +01:00
network netifd: update to Git HEAD (2024-01-04) 2024-01-04 13:52:02 +01:00
system ipq807x: add support for Linksys MX4200 V1 and V2 2024-01-06 16:13:23 +01:00
utils package: new package for usb gadget setup 2023-12-28 13:10:32 +08:00
Makefile build: add CycloneDX SBOM JSON support 2023-11-01 11:14:41 +00:00