mkimage-profiles/features.in/kernel
Michael Shigorin 6f452182fd fix kpackages() API
This function's got its argument order chosen for "aesthetical"
reason of $(2) following $(1) in the macros but the logical order
is exactly the opposite: we care for kernel flavour much more than
for module set (which is dependent upon it).

So while silent dropout of kernel-image if KFLAVOURS is set
but KMODULES is empty could be fixed by testing for $(2) only,
it looks like a good time to fix this discrepancy altogether.
2014-09-19 20:53:25 +04:00
..
lib fix kpackages() API 2014-09-19 20:53:25 +04:00
stage1/scripts.d kernel, stage2: rearranged initrd hooks 2014-09-19 20:53:24 +04:00
config.mk firmware: factored out kmodules to kernel 2014-08-29 15:38:43 +04:00
README kernel: introduced use/kernel/net target 2013-02-21 22:37:28 +04:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Эта фича привносит код, имеющий смысл при добавлении в образ ядра,
и задаёт начальный вариант такового.

Также занимается складированием наборов имён пакетов kernel-modules-*
с тем, чтобы избавить релиз-менеджеров от необходимости учитывать
полные списки и точные имена дополнительных модулей для поддержки,
скажем, Ethernet.