Browse Source

fixed linux24 linux24benh ppc/config.in to allow to set CONFIG_PPC_RTC

properly


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1438 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
8e0180e2a1
3 changed files with 35 additions and 0 deletions
  1. +5
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +15
    -0
      package/base/linux24/arch-ppc-config.patch
  3. +15
    -0
      package/powerpc/linux24benh/arch-ppc-config.patch

+ 5
- 0
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

+ 15
- 0
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

+ 15
- 0
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

Loading…
Cancel
Save