diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index c27d22dac..8a7fc6ff3 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -1,4 +1,9 @@ +*) 2003-09-17 (2.0.0-rc1 - 2.0.0-rc2) + + - fixed linux24 linux24benh ppc/config.in to allow to set CONFIG_PPC_RTC + properly + *) 2003-09-16 (2.0.0-rc1 - 2.0.0-rc2) - updated openssh and nmap diff --git a/package/base/linux24/arch-ppc-config.patch b/package/base/linux24/arch-ppc-config.patch new file mode 100644 index 000000000..1eba2ee02 --- /dev/null +++ b/package/base/linux24/arch-ppc-config.patch @@ -0,0 +1,15 @@ +--- linux-2.4.22/arch/ppc/config.in 2003-08-25 13:44:40.000000000 +0200 ++++ linux-2.4.22-fixed/arch/ppc/config.in 2003-09-16 23:42:48.000000000 +0200 +@@ -222,8 +222,10 @@ + + source drivers/parport/Config.in + +-tristate 'Generic /dev/rtc emulation' CONFIG_GEN_RTC +-if [ "$CONFIG_GEN_RTC" = "n" -a "$CONFIG_APUS" != "y" ]; then ++if [ "$CONFIG_PPC_RTC" != "y" ]; then ++ tristate 'Generic /dev/rtc emulation' CONFIG_GEN_RTC ++fi ++if [ "$CONFIG_GEN_RTC" != "y" -a "$CONFIG_APUS" != "y" ]; then + tristate 'Support for /dev/rtc' CONFIG_PPC_RTC + fi + diff --git a/package/powerpc/linux24benh/arch-ppc-config.patch b/package/powerpc/linux24benh/arch-ppc-config.patch new file mode 100644 index 000000000..1eba2ee02 --- /dev/null +++ b/package/powerpc/linux24benh/arch-ppc-config.patch @@ -0,0 +1,15 @@ +--- linux-2.4.22/arch/ppc/config.in 2003-08-25 13:44:40.000000000 +0200 ++++ linux-2.4.22-fixed/arch/ppc/config.in 2003-09-16 23:42:48.000000000 +0200 +@@ -222,8 +222,10 @@ + + source drivers/parport/Config.in + +-tristate 'Generic /dev/rtc emulation' CONFIG_GEN_RTC +-if [ "$CONFIG_GEN_RTC" = "n" -a "$CONFIG_APUS" != "y" ]; then ++if [ "$CONFIG_PPC_RTC" != "y" ]; then ++ tristate 'Generic /dev/rtc emulation' CONFIG_GEN_RTC ++fi ++if [ "$CONFIG_GEN_RTC" != "y" -a "$CONFIG_APUS" != "y" ]; then + tristate 'Support for /dev/rtc' CONFIG_PPC_RTC + fi +