mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

188 lines
6.3 KiB

  1. --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/base/linux24/06-devfs-default.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. diff -rduN ./arch/alpha/defconfig ./arch/alpha/defconfig
  23. --- ./arch/alpha/defconfig 2004-02-18 14:36:30.000000000 +0100
  24. +++ ./arch/alpha/defconfig 2004-04-20 00:03:27.000000000 +0200
  25. @@ -567,8 +567,8 @@
  26. # CONFIG_NTFS_RW is not set
  27. # CONFIG_HPFS_FS is not set
  28. CONFIG_PROC_FS=y
  29. -# CONFIG_DEVFS_FS is not set
  30. -# CONFIG_DEVFS_MOUNT is not set
  31. +CONFIG_DEVFS_FS=y
  32. +CONFIG_DEVFS_MOUNT=y
  33. # CONFIG_DEVFS_DEBUG is not set
  34. CONFIG_DEVPTS_FS=y
  35. # CONFIG_QNX4FS_FS is not set
  36. diff -rduN ./arch/arm/defconfig ./arch/arm/defconfig
  37. --- ./arch/arm/defconfig 2004-02-18 14:36:30.000000000 +0100
  38. +++ ./arch/arm/defconfig 2004-04-20 00:13:05.000000000 +0200
  39. @@ -422,8 +422,8 @@
  40. # CONFIG_NTFS_RW is not set
  41. # CONFIG_HPFS_FS is not set
  42. CONFIG_PROC_FS=y
  43. -# CONFIG_DEVFS_FS is not set
  44. -# CONFIG_DEVFS_MOUNT is not set
  45. +CONFIG_DEVFS_FS=y
  46. +CONFIG_DEVFS_MOUNT=y
  47. # CONFIG_DEVFS_DEBUG is not set
  48. CONFIG_DEVPTS_FS=y
  49. # CONFIG_QNX4FS_FS is not set
  50. diff -rduN ./arch/cris/defconfig ./arch/cris/defconfig
  51. --- ./arch/cris/defconfig 2004-02-18 14:36:30.000000000 +0100
  52. +++ ./arch/cris/defconfig 2004-04-20 00:18:07.000000000 +0200
  53. @@ -457,8 +457,8 @@
  54. # CONFIG_NTFS_RW is not set
  55. # CONFIG_HPFS_FS is not set
  56. CONFIG_PROC_FS=y
  57. -# CONFIG_DEVFS_FS is not set
  58. -# CONFIG_DEVFS_MOUNT is not set
  59. +CONFIG_DEVFS_FS=y
  60. +CONFIG_DEVFS_MOUNT=y
  61. # CONFIG_DEVFS_DEBUG is not set
  62. # CONFIG_DEVPTS_FS is not set
  63. # CONFIG_QNX4FS_FS is not set
  64. diff -rduN ./arch/i386/defconfig ./arch/i386/defconfig
  65. --- ./arch/i386/defconfig 2004-04-14 15:05:25.000000000 +0200
  66. +++ ./arch/i386/defconfig 2004-04-20 00:01:37.000000000 +0200
  67. @@ -711,8 +711,8 @@
  68. # CONFIG_NTFS_RW is not set
  69. # CONFIG_HPFS_FS is not set
  70. CONFIG_PROC_FS=y
  71. -# CONFIG_DEVFS_FS is not set
  72. -# CONFIG_DEVFS_MOUNT is not set
  73. +CONFIG_DEVFS_FS=y
  74. +CONFIG_DEVFS_MOUNT=y
  75. # CONFIG_DEVFS_DEBUG is not set
  76. CONFIG_DEVPTS_FS=y
  77. # CONFIG_QNX4FS_FS is not set
  78. diff -rduN ./arch/ia64/defconfig ./arch/ia64/defconfig
  79. --- ./arch/ia64/defconfig 2004-02-18 14:36:30.000000000 +0100
  80. +++ ./arch/ia64/defconfig 2004-04-20 00:15:28.000000000 +0200
  81. @@ -721,8 +721,8 @@
  82. # CONFIG_NTFS_RW is not set
  83. # CONFIG_HPFS_FS is not set
  84. CONFIG_PROC_FS=y
  85. -# CONFIG_DEVFS_FS is not set
  86. -# CONFIG_DEVFS_MOUNT is not set
  87. +CONFIG_DEVFS_FS=y
  88. +CONFIG_DEVFS_MOUNT=y
  89. # CONFIG_DEVFS_DEBUG is not set
  90. CONFIG_DEVPTS_FS=y
  91. # CONFIG_QNX4FS_FS is not set
  92. diff -rduN ./arch/m68k/defconfig ./arch/m68k/defconfig
  93. --- ./arch/m68k/defconfig 2004-02-18 14:36:30.000000000 +0100
  94. +++ ./arch/m68k/defconfig 2004-04-20 00:07:43.000000000 +0200
  95. @@ -229,8 +229,8 @@
  96. # CONFIG_NTFS_FS is not set
  97. # CONFIG_HPFS_FS is not set
  98. CONFIG_PROC_FS=y
  99. -# CONFIG_DEVFS_FS is not set
  100. -# CONFIG_DEVFS_MOUNT is not set
  101. +CONFIG_DEVFS_FS=y
  102. +CONFIG_DEVFS_MOUNT=y
  103. # CONFIG_DEVFS_DEBUG is not set
  104. CONFIG_DEVPTS_FS=y
  105. # CONFIG_QNX4FS_FS is not set
  106. diff -rduN ./arch/mips/defconfig ./arch/mips/defconfig
  107. --- ./arch/mips/defconfig 2004-02-18 14:36:30.000000000 +0100
  108. +++ ./arch/mips/defconfig 2004-04-20 00:05:33.000000000 +0200
  109. @@ -577,8 +577,8 @@
  110. # CONFIG_NTFS_RW is not set
  111. # CONFIG_HPFS_FS is not set
  112. CONFIG_PROC_FS=y
  113. -# CONFIG_DEVFS_FS is not set
  114. -# CONFIG_DEVFS_MOUNT is not set
  115. +CONFIG_DEVFS_FS=y
  116. +CONFIG_DEVFS_MOUNT=y
  117. # CONFIG_DEVFS_DEBUG is not set
  118. CONFIG_DEVPTS_FS=y
  119. # CONFIG_QNX4FS_FS is not set
  120. diff -rduN ./arch/mips64/defconfig ./arch/mips64/defconfig
  121. --- ./arch/mips64/defconfig 2004-02-18 14:36:30.000000000 +0100
  122. +++ ./arch/mips64/defconfig 2004-04-20 00:16:20.000000000 +0200
  123. @@ -533,8 +533,8 @@
  124. # CONFIG_NTFS_RW is not set
  125. # CONFIG_HPFS_FS is not set
  126. CONFIG_PROC_FS=y
  127. -# CONFIG_DEVFS_FS is not set
  128. -# CONFIG_DEVFS_MOUNT is not set
  129. +CONFIG_DEVFS_FS=y
  130. +CONFIG_DEVFS_MOUNT=y
  131. # CONFIG_DEVFS_DEBUG is not set
  132. CONFIG_DEVPTS_FS=y
  133. # CONFIG_QNX4FS_FS is not set
  134. diff -rduN ./arch/parisc/defconfig ./arch/parisc/defconfig
  135. --- ./arch/parisc/defconfig 2004-02-18 14:36:30.000000000 +0100
  136. +++ ./arch/parisc/defconfig 2004-04-20 00:17:32.000000000 +0200
  137. @@ -617,8 +617,8 @@
  138. # CONFIG_NTFS_RW is not set
  139. # CONFIG_HPFS_FS is not set
  140. CONFIG_PROC_FS=y
  141. -# CONFIG_DEVFS_FS is not set
  142. -# CONFIG_DEVFS_MOUNT is not set
  143. +CONFIG_DEVFS_FS=y
  144. +CONFIG_DEVFS_MOUNT=y
  145. # CONFIG_DEVFS_DEBUG is not set
  146. CONFIG_DEVPTS_FS=y
  147. # CONFIG_QNX4FS_FS is not set
  148. diff -rduN ./arch/ppc/defconfig ./arch/ppc/defconfig
  149. --- ./arch/ppc/defconfig 2004-02-18 14:36:30.000000000 +0100
  150. +++ ./arch/ppc/defconfig 2004-04-20 00:06:02.000000000 +0200
  151. @@ -789,7 +789,7 @@
  152. # CONFIG_HPFS_FS is not set
  153. CONFIG_PROC_FS=y
  154. CONFIG_DEVFS_FS=y
  155. -# CONFIG_DEVFS_MOUNT is not set
  156. +CONFIG_DEVFS_MOUNT=y
  157. # CONFIG_DEVFS_DEBUG is not set
  158. CONFIG_DEVPTS_FS=y
  159. # CONFIG_QNX4FS_FS is not set
  160. diff -rduN ./arch/sh/defconfig ./arch/sh/defconfig
  161. --- ./arch/sh/defconfig 2004-02-18 14:36:30.000000000 +0100
  162. +++ ./arch/sh/defconfig 2004-04-20 00:14:05.000000000 +0200
  163. @@ -167,8 +167,8 @@
  164. # CONFIG_NTFS_RW is not set
  165. # CONFIG_HPFS_FS is not set
  166. CONFIG_PROC_FS=y
  167. -# CONFIG_DEVFS_FS is not set
  168. -# CONFIG_DEVFS_MOUNT is not set
  169. +CONFIG_DEVFS_FS=y
  170. +CONFIG_DEVFS_MOUNT=y
  171. # CONFIG_DEVFS_DEBUG is not set
  172. # CONFIG_DEVPTS_FS is not set
  173. # CONFIG_QNX4FS_FS is not set
  174. diff -rduN ./arch/sparc/defconfig ./arch/sparc/defconfig
  175. --- ./arch/sparc/defconfig 2004-04-14 15:05:27.000000000 +0200
  176. +++ ./arch/sparc/defconfig 2004-04-20 00:04:42.000000000 +0200
  177. @@ -329,8 +329,8 @@
  178. # CONFIG_NTFS_RW is not set
  179. CONFIG_HPFS_FS=m
  180. CONFIG_PROC_FS=y
  181. -# CONFIG_DEVFS_FS is not set
  182. -# CONFIG_DEVFS_MOUNT is not set
  183. +CONFIG_DEVFS_FS=y
  184. +CONFIG_DEVFS_MOUNT=y
  185. # CONFIG_DEVFS_DEBUG is not set
  186. CONFIG_DEVPTS_FS=y
  187. # CONFIG_QNX4FS_FS is not set