Add 686 kernels to replace 586 for i386 CDs

This commit is contained in:
Steve McIntyre 2016-01-04 01:16:27 +00:00
parent c11d247540
commit a1c501ad31
3 changed files with 10 additions and 0 deletions

View File

@ -375,6 +375,9 @@ $(BDIR)/rawlist:
if [ "$(EXCLUDE_586_KERNEL)"x = "1"x ] ; then \
ARCHDEFS="$$ARCHDEFS -DARCH_i386_EXCLUDE_586_KERNEL"; \
fi; \
if [ "$(EXCLUDE_686_KERNEL)"x = "1"x ] ; then \
ARCHDEFS="$$ARCHDEFS -DARCH_i386_EXCLUDE_686_KERNEL"; \
fi; \
if [ "$(SOURCEONLY)"x != "yes"x ] ; then \
cpp -nostdinc -P -undef $$ARCHDEFS $$VARIANTDEFS\
$$ARCHUNDEFS -U i386 -U linux -U unix \

3
debian/changelog vendored
View File

@ -49,6 +49,9 @@ debian-cd (3.1.18) UNRELEASED; urgency=medium
[ Samuel Thibault ]
* include espeakup on cd1, not speakup, and alsa-utils. Closes: #809497
[ Ben Hutchings ]
* Add 686 kernels to replace 586 for i386 CDs. Closes: #808958
-- Steve McIntyre <93sam@debian.org> Mon, 20 Apr 2015 12:36:57 +0100
debian-cd (3.1.17) unstable; urgency=medium

View File

@ -132,6 +132,10 @@ linux-headers-486
linux-image-586
linux-headers-586
#endif
#ifndef ARCH_i386_EXCLUDE_686_KERNEL
linux-image-686
linux-headers-686
#endif
#endif