Browse Source

some first 2.4.23 kernel update adaptions ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1934 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
daa1f128fb
4 changed files with 21 additions and 9 deletions
  1. +1
    -1
      package/base/linux24-header/linux24-header.desc
  2. +1
    -1
      package/base/linux24-src/linux24-src.desc
  3. +16
    -4
      package/base/linux24/05-devfs-not-exp.patch
  4. +3
    -3
      package/base/linux24/linux24.desc

+ 1
- 1
package/base/linux24-header/linux24-header.desc

@ -39,7 +39,7 @@
[E] group kernel-header
[O] vanilla_ver="2.4.23"
[O] var_append patchfiles " " "linux-2.4.23-i2c-2.8.1.patch"
[O] var_append patchfiles " " "i2c-2.8.1-2.4.23-rxr.patch.bz2"
[L] GPL
[S] Stable

+ 1
- 1
package/base/linux24-src/linux24-src.desc

@ -39,7 +39,7 @@
[E] group kernel-src
[O] vanilla_ver="2.4.23"
[O] var_append patchfiles " " "linux-2.4.23-i2c-2.8.1.patch"
[O] var_append patchfiles " " "i2c-2.8.1-2.4.23-rxr.patch.bz2"
[L] GPL
[S] Stable

+ 16
- 4
package/base/linux24/05-devfs-not-exp.patch

@ -20,14 +20,26 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- linux/fs/Config.in.orig Thu Oct 25 11:52:25 2001
+++ linux/fs/Config.in Thu Oct 25 11:53:16 2001
@@ -52,7 +52,7 @@
Currently (at version 2.0.x) ROCK Linux required DevFS. It is highly
useful. Later version of ROCK Linux are planed to support other variants
(like old-style device nodes or udevfs).
- Rene Rebe <rene@rocklinux.org>
--- linux-2.4.23/fs/Config.in.orig 2003-11-28 19:26:21.000000000 +0100
+++ linux-2.4.23/fs/Config.in 2003-12-09 00:55:11.000000000 +0100
@@ -72,13 +72,9 @@
bool '/proc file system support' CONFIG_PROC_FS
-# For some reason devfs corrupts memory badly on x86-64. Disable it
-# for now.
-if [ "$CONFIG_X86_64" != "y" ] ; then
-dep_bool '/dev file system support (EXPERIMENTAL)' CONFIG_DEVFS_FS $CONFIG_EXPERIMENTAL
+bool '/dev file system support (Required for ROCK Linux)' CONFIG_DEVFS_FS
+dep_bool '/dev file system support (Required for ROCK Linux)' CONFIG_DEVFS_FS $CONFIG_EXPERIMENTAL
dep_bool ' Automatically mount at boot' CONFIG_DEVFS_MOUNT $CONFIG_DEVFS_FS
dep_bool ' Debug devfs' CONFIG_DEVFS_DEBUG $CONFIG_DEVFS_FS
-fi
# It compiles as a module for testing only. It should not be used
# as a module in general. If we make this "tristate", a bunch of people

+ 3
- 3
package/base/linux24/linux24.desc

@ -42,8 +42,8 @@
[P] X -1---5---9 109.000
[O] vanilla_ver="2.4.23"
[O] var_append patchfiles " " "linux-2.4.23-i2c-2.8.1.patch"
[O] var_append patchfiles " " "i2c-2.8.1-2.4.23-rxr.patch.bz2"
[D] 1991898119 linux-2.4.23.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.4/
[D] 2127003197 linux-2.4.23-i2c-2.8.1.patch http://www.ensicaen.ismra.fr/~delvare/devel/i2c/linux-2.4.23/
[D] 3490826844 linux-2.4.23.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.4/
[D] 3857961096 i2c-2.8.1-2.4.23-rxr.patch.bz2 http://www.rocklinux-consulting.de/oss/linux/i2c/

Loading…
Cancel
Save