Skip to content

Commit

Permalink
Enable modules for TCP Congestion Algorithms; Add kernel-hci-drivers-…
Browse files Browse the repository at this point in the history
…gpu package (#4217) (#4273)

Co-authored-by: Vince Perri <[email protected]>
  • Loading branch information
mandeepsplaha and vinceaperri authored Nov 22, 2022
1 parent 695fe92 commit e9b5520
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 15 deletions.
30 changes: 15 additions & 15 deletions SPECS/kernel-hci/config
Original file line number Diff line number Diff line change
Expand Up @@ -1088,22 +1088,22 @@ CONFIG_INET_TCP_DIAG=m
# CONFIG_INET_RAW_DIAG is not set
# CONFIG_INET_DIAG_DESTROY is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_NV is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_TCP_CONG_DCTCP is not set
# CONFIG_TCP_CONG_CDG is not set
# CONFIG_TCP_CONG_BBR is not set
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_HTCP=m
CONFIG_TCP_CONG_HSTCP=m
CONFIG_TCP_CONG_HYBLA=m
CONFIG_TCP_CONG_VEGAS=m
CONFIG_TCP_CONG_NV=m
CONFIG_TCP_CONG_SCALABLE=m
CONFIG_TCP_CONG_LP=m
CONFIG_TCP_CONG_VENO=m
CONFIG_TCP_CONG_YEAH=m
CONFIG_TCP_CONG_ILLINOIS=m
CONFIG_TCP_CONG_DCTCP=m
CONFIG_TCP_CONG_CDG=m
CONFIG_TCP_CONG_BBR=m
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
Expand Down
15 changes: 15 additions & 0 deletions SPECS/kernel-hci/kernel-hci.spec
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,14 @@ Requires: %{name} = %{version}-%{release}
%description drivers-accessibility
This package contains the Linux kernel accessibility support

%package drivers-gpu
Summary: Kernel gpu modules
Group: System Environment/Kernel
Requires: %{name} = %{version}-%{release}

%description drivers-gpu
This package contains the Linux kernel gpu support

%package drivers-sound
Summary: Kernel Sound modules
Group: System Environment/Kernel
Expand Down Expand Up @@ -323,6 +331,9 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
%post drivers-accessibility
/sbin/depmod -a %{uname_r}

%post drivers-gpu
/sbin/depmod -a %{uname_r}

%post drivers-sound
/sbin/depmod -a %{uname_r}

Expand Down Expand Up @@ -357,6 +368,10 @@ ln -sf linux-%{uname_r}.cfg /boot/mariner.cfg
%defattr(-,root,root)
/lib/modules/%{uname_r}/kernel/drivers/accessibility

%files drivers-gpu
%defattr(-,root,root)
/lib/modules/%{uname_r}/kernel/drivers/gpu

%files drivers-sound
%defattr(-,root,root)
/lib/modules/%{uname_r}/kernel/sound
Expand Down

0 comments on commit e9b5520

Please sign in to comment.