include/kernel: sort autoload modules list to fix reproducible builds
authorAlexander Couzens <lynxis@fe80.eu>
Thu, 28 Feb 2019 15:37:41 +0000 (16:37 +0100)
committerAlexander Couzens <lynxis@fe80.eu>
Thu, 28 Feb 2019 16:57:30 +0000 (17:57 +0100)
commitba3690c90c9717871ec71b24d22d9da2f283762f
tree6acc570d449f56b56b2e0f5ab7277706bfb2ced2
parent994428f3950c70bc92e5e6b68e784d8d660ca4ea
include/kernel: sort autoload modules list to fix reproducible builds

When autoloading more than one modules per packages,
/etc/modules.d/$module depends on the file system ordering.
To test this: use disorderfs on the build_dir and build kmod-sched.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
include/kernel.mk