Skip to content

Preserve kernel structure, remove awk hack on install_modules

Tobias Powalowski requested to merge github/fork/tpowa/feature-6 into master
  • messing around with modules is not really needed
  • modules.order does not include aliases or double entries
  • if a module alias should conflict, it's already a corner case which should be solved in MODULES='' array or by the other kernel methods documented to stop loading a certain conflicting module. (module blacklisting).
Edited by nl6720

Merge request reports