On Thursday 2009-12-03 11:54, Wiktor Kolodziej wrote: >Is there any easy way to compile extensions into a non-modular kernel? Depends on the definition of easy. >I've found in Jan's "An Introduction to Xtables-addons" that this is >possible, but can you please give me some more info how to do it? >What do you mean by "editing some kernel Makefile to descend into >xtables-addons/extensions" ? ln -s ~/xtables-addons ~/linux/net/netfilter/ echo "obj-y += xtables-addons/extensions/" >>~/linux/net/netfilter/Makefile Granted it does not stop there, one needs to modify extensions/Kbuild because it depends on symbols from mconfig (oh my) which would need to be exchanged to obj-y or something. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html