Honeypots mailing list archives

Re: error running rc.firewall


From: Byron Sonne <blsonne () rogers com>
Date: Fri, 07 Nov 2003 00:52:55 -0500

make dep
make
make modules
make modules_install
for a 2.6 kernel things are different, make dep is obsolete, and
the default 'make' target will do 'make bzImage modules', so all
that's needed is
make *config    (menuconfig, oldconfig, etc)
make
make modules_install
and get the System.map and arch/*/boot/bzImage files to the right places.

Ah yes, that looks better. Didn't know about the changes for 2.6 though, looks like a better way of handling it to me.

Thanks for the top up! ;)

--

        For good, return good. For evil, return justice.


Current thread: