Commit 16cf9510 authored by Anton Midyukov's avatar Anton Midyukov

kernel, server: drop kernel-modules-igb, kernel-modules-e1000e

kernel-modules-igb not available for branch >= p7 kernel module e1000e in p10 is packed according to the blacklist scheme, this blacklist is applied to all the kernels and the internal e1000e from un-def-5.15 does not work as a result. Reported by boyarsh@
parent 4bd116e9
......@@ -23,7 +23,6 @@ endif
# r8168 is a kludge, never install it by default
use/kernel/net:
@$(call add,THE_KMODULES,e1000e)
@$(call add,THE_KMODULES,r8125)
@$(call add,MAIN_KMODULES,r8168 rtl8168)
......
......@@ -5,8 +5,6 @@ use/server/base: use/server use/firmware/server \
use/net-ssh use/syslinux/timeout/600 use/grub/timeout/60
@$(call set,BOOTVGA,)
@$(call add,THE_LISTS,server-base)
@$(call add,THE_KMODULES,e1000e igb)
@$(call add,STAGE1_KMODULES,e1000e)
@$(call add,INSTALL2_PACKAGES,installer-feature-server-raid-fixup-stage2)
use/server/mini: use/server/base use/services/lvm2-disable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment