|
|
|
@ -20,13 +20,7 @@ set_confopt
|
|
|
|
|
# apply the patches defined in the module-init-tools.desc |
|
|
|
|
var_append patchfiles ' ' "`match_source_file -p patch`" |
|
|
|
|
|
|
|
|
|
mit_pm() { |
|
|
|
|
ln -fvs $bindir/lsmod $root$sbindir/lsmod |
|
|
|
|
|
|
|
|
|
cp -vf "$confdir/etc_modprobe.conf.txt" "$root/etc/modprobe.conf" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
hook_add postmake 5 "mit_pm" |
|
|
|
|
hook_add postmake 5 "overlay_apply -q '$confdir/overlay.d'" |
|
|
|
|
|
|
|
|
|
#pkginstalled docbook-tools || \ # needs stage filter and proper priorization |
|
|
|
|
var_append makeopt ' ' DOCBOOKTOMAN=true |
|
|
|
|