Skip to content

Commit

Permalink
Set realtek drivers as optionnal modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysurac committed Apr 24, 2024
1 parent 63ed71f commit c3431b0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CONFIG_PACKAGE_kmod-mmc-spi=y
# CONFIG_PACKAGE_kmod-drm-nouveau is not set
# CONFIG_PACKAGE_kmod-pcie_mhi is not set
CONFIG_PACKAGE_kmod-random-core=y
CONFIG_DEFAULT_kmod-r8169=y
CONFIG_DEFAULT_kmod-r8169=m
CONFIG_PACKAGE_kmod-scsi-core=y
CONFIG_PACKAGE_kmod-sctp=y
CONFIG_PACKAGE_kmod-sdhci=y
Expand All @@ -123,8 +123,8 @@ CONFIG_PACKAGE_kmod-usb-net-mcs7830=y
CONFIG_PACKAGE_kmod-usb-net-pegasus=y
CONFIG_PACKAGE_kmod-usb-net-qmi-wwan=y
CONFIG_PACKAGE_kmod-usb-net-rndis=y
CONFIG_PACKAGE_kmod-usb-net-rtl8150=y
CONFIG_PACKAGE_kmod-usb-net-rtl8152=y
CONFIG_PACKAGE_kmod-usb-net-rtl8150=m
CONFIG_PACKAGE_kmod-usb-net-rtl8152=m
CONFIG_PACKAGE_kmod-usb-net-sierrawireless=y
CONFIG_PACKAGE_kmod-usb-net-smsc95xx=y
CONFIG_PACKAGE_kmod-usb-net-sr9700=y
Expand Down Expand Up @@ -180,10 +180,10 @@ CONFIG_PACKAGE_kmod-pcnet32=y
CONFIG_PACKAGE_kmod-phy-broadcom=y
CONFIG_PACKAGE_kmod-ppfe=y
# CONFIG_PACKAGE_kmod-qmi_wwan_f is not set
CONFIG_PACKAGE_kmod-r6040=y
# CONFIG_PACKAGE_kmod-r8101 is not set
CONFIG_PACKAGE_kmod-r8169=y
# CONFIG_PACKAGE_kmod-rtl8812au-ct is not set
CONFIG_PACKAGE_kmod-r6040=m
CONFIG_PACKAGE_kmod-r8101=m
CONFIG_PACKAGE_kmod-r8169=m
CONFIG_PACKAGE_kmod-rtl8812au-ct=m
CONFIG_PACKAGE_kmod-sis190=y
CONFIG_PACKAGE_kmod-sis900=y
CONFIG_PACKAGE_kmod-skge=y
Expand Down

0 comments on commit c3431b0

Please sign in to comment.