Preserve kernel structure, remove awk hack on install_modules
- 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