Commit 72893149 authored by Ivan A. Melnikov's avatar Ivan A. Melnikov Committed by Anton Midyukov

kernel/net: Add yt6801 module

This is the module for Motorcomm YT6801 ethernet adapter, which can be found in some nettops, laptops and motherboards, most notably from ASUS. Also add the module to the stage1 modules set, to make sure that booting from network works with initrd from our ISOs.
parent 708a79f7
......@@ -23,6 +23,8 @@ endif
# r8168 is a kludge, never install it by default
use/kernel/net:
@$(call add,THE_KMODULES,r8125)
@$(call add,THE_KMODULES,yt6801)
@$(call add,STAGE1_KMODULES,yt6801)
@$(call add,MAIN_KMODULES,r8168 rtl8168)
use/kernel/wireless: use/firmware/wireless
......
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