OpenSDE Packages Database (without history before r20070)
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.

183 lines
6.1 KiB

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