[PATCH 06/20] kernel: remove drivers marked as modules

Bjørn Mork bjorn at mork.no
Wed Nov 15 02:29:23 PST 2023


Elliott Mitchell <ehem+openwrt at m5p.com> writes:

> Previously these would get built, then simply omitted from the
> resultant image.

A kernel image built with a config symbol set to 'm' is sometimes
deliberately differerent from an image built with the same symbol set
to 'n'.  The kernel is sprinkled with IS_ENABLED() or similar open coded
tests. Some of the symbols you are removing are tested.

Did you verify that all these changes still produce the same kernel
images as before?


Bjørn



More information about the openwrt-devel mailing list