Move sch_htb module into main kernel package (rhbz 836185)

This commit is contained in:
Josh Boyer 2012-07-05 11:52:32 -04:00
parent 415dc5f5c6
commit 31eb76de86
2 changed files with 4 additions and 2 deletions

View File

@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and # For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3" # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
# #
%global baserelease 1 %global baserelease 2
%global fedora_build %{baserelease} %global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching # base_sublevel is the kernel version we're starting with and patching
@ -2292,6 +2292,9 @@ fi
# ||----w | # ||----w |
# || || # || ||
%changelog %changelog
* Thu Jul 05 2012 Josh Boyer <jwboyer@redhat.com>
- Move sch_htb module into main kernel package (rhbz 836185)
* Thu Jul 05 2012 Dennis Gilmore <dennis@ausil.us> * Thu Jul 05 2012 Dennis Gilmore <dennis@ausil.us>
- enable cpu frequency scaling on omap systems - enable cpu frequency scaling on omap systems

View File

@ -46,7 +46,6 @@ sch_drr.ko
sch_dsmark.ko sch_dsmark.ko
sch_gred.ko sch_gred.ko
sch_hfsc.ko sch_hfsc.ko
sch_htb.ko
sch_ingress.ko sch_ingress.ko
sch_mqprio.ko sch_mqprio.ko
sch_multiq.ko sch_multiq.ko