diff --git a/debian/arch/powerpc/config b/debian/arch/powerpc/config index 61ec9435c..bde8ddd2a 100644 --- a/debian/arch/powerpc/config +++ b/debian/arch/powerpc/config @@ -1249,7 +1249,8 @@ CONFIG_HZ_1000=y CONFIG_HZ=1000 CONFIG_SND_POWERMAC_AUTO_DRC=y CONFIG_USB_APPLETOUCH=m -# CONFIG_SOFTWARE_SUSPEND is not set +CONFIG_SOFTWARE_SUSPEND=y +CONFIG_PM_STD_PARTITION="" CONFIG_HOTPLUG=y # CONFIG_HOTPLUG_CPU is not set CONFIG_MKISS=m diff --git a/debian/changelog b/debian/changelog index eaa79238c..321909238 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,8 @@ linux-2.6 (2.6.14-3) UNRELEASED; urgency=low * Set default TCP congestion algorithm to NewReno + BIC (Closes: #337089) [ maximilian attems ] - * Reenable CONFIG_SOFTWARE_SUSPEND on i386, resume=/dev/ must - be set by boot loader. (Closes: #267600) + * Reenable CONFIG_SOFTWARE_SUSPEND on i386 and ppc, resume=/dev/ + must be set by boot loader. (Closes: #267600) -- maximilian attems Thu, 3 Nov 2005 12:06:29 +0100