From 70bcb4ee470bdabc464b4126120b53e32709c93f Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Thu, 3 Nov 2005 11:26:49 +0000 Subject: [PATCH] svenl asked for ppc swsusp. do him a favour ;) svn path=/dists/trunk/linux-2.6/; revision=4716 --- debian/arch/powerpc/config | 3 ++- debian/changelog | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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