Hi!
I downloaded kernel 2.4.2 of www.kernel.org and tried to compile it. The compilation seems ok, but "make-kpkg modules_image" displays the message and exit! [EMAIL PROTECTED]:/usr/src/linux-2.4.2$ make-kpkg modules_image test -f stamp-debian || make -f /usr/share/kernel-package/rules debian test -f .config || make -f /usr/share/kernel-package/rules .config test ! -f stamp-configure \ && make CROSS_COMPILE= \ ARCH=i386 oldconfig \ && make CROSS_COMPILE= \ ARCH=i386 dep \ && make CROSS_COMPILE= \ ARCH=i386 clean && \ touch stamp-configure make: [stamp-configure] Error 1 (ignored) for module in /usr/src/modules/* ; do \ if test -d $module; then \ (cd $module; \ if ./debian/rules KVERS="2.4.2" KSRC="/usr/src/linux-2.4.2" \ KMAINT="Unknown Kernel Package Maintainer" KEMAIL="[EMAIL PROTECTED]" \ KDREV="custom.1.0" kdist_image; then \ echo "Module $module processed fine"; \ else \ echo "Module $module failed."; \ echo "Hit return to Continue"; \ read ans; \ fi; \ ); \ fi; \ done [EMAIL PROTECTED]:/usr/src/linux-2.4.2$ What did I make wrong? Any ideas? Bernhard