[PATCH] modutils can't find ide modules in pre-patch-2.3.52-1.

From: Niels Kristian Bech Jensen (nkbj@image.dk)
Date: Mon Mar 13 2000 - 04:13:34 EST


In pre-patch-2.3.52-1 the ide modules are placed in the directory
/lib/modules/2.3.52/ide/. The programs from modutils-2.3.9 can't find the
modules in this directory. This patch makes "make modules_install" place
the ide modules in /lib/modules/2.3.52/block/, where they used to be:

diff -u --recursive --new-file pre-patch-2.3.52-1/Makefile linux/Makefile
--- pre-patch-2.3.52-1/Makefile Mon Mar 13 09:56:07 2000
+++ linux/Makefile Mon Mar 13 09:59:59 2000
@@ -403,7 +403,7 @@
         if [ -f IPV4_MODULES ]; then inst_mod IPV4_MODULES ipv4; fi; \
         if [ -f IPV6_MODULES ]; then inst_mod IPV6_MODULES ipv6; fi; \
         if [ -f ATM_MODULES ]; then inst_mod ATM_MODULES atm; fi; \
- if [ -f IDE_MODULES ]; then inst_mod IDE_MODULES ide; fi; \
+ if [ -f IDE_MODULES ]; then inst_mod IDE_MODULES block; fi; \
         if [ -f SCSI_MODULES ]; then inst_mod SCSI_MODULES scsi; fi; \
         if [ -f FS_MODULES ]; then inst_mod FS_MODULES fs; fi; \
         if [ -f NLS_MODULES ]; then inst_mod NLS_MODULES fs; fi; \

-- 
Niels Kristian Bech Jensen -- nkbj@image.dk -- http://www.image.dk/~nkbj/

----------->> Stop software piracy --- use free software! <<-----------

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Mar 15 2000 - 21:00:24 EST