<div dir="ltr">Thanks for the prompt response.<div>I tried to do that for a new package: kmod-ipt-condition</div><div>I see that it is enabled in .config as 'm'.</div><div><br></div><div>After that, I executed "<span style="font-family:arial,sans-serif;font-size:13px">make target/linux/{compile,install}"</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">After that, I executed "</span><font face="arial, sans-serif">make package/kernel/{clean,compile,install}"</font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">I see that file "xt_condition.ko" is created.</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">But still no "kmod-ipt-condition.ipk"</font></div>
<div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">What last packaging step am I missing?</font></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div>
<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 15, 2014 at 4:39 PM, Jonas Gorski <span dir="ltr"><<a href="mailto:jogo@openwrt.org" target="_blank">jogo@openwrt.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Tue, Jul 15, 2014 at 10:06 PM, Methos <<a href="mailto:methos.oldest@gmail.com">methos.oldest@gmail.com</a>> wrote:<br>

> Hi,<br>
><br>
> I am trying to compile kernel module kmod-ipt-tee.<br>
> I enabled it using "make menuconfig"<br>
><br>
> Now I see:<br>
><br>
> # grep kmod-ipt-tee .config<br>
> CONFIG_PACKAGE_kmod-ipt-tee=m<br>
><br>
> But when I execute:<br>
> make package/kernel/{compile,install} V=99<br>
><br>
> I see:<br>
> WARNING: kmod-ipt-tee is not available in the kernel config<br>
><br>
><br>
> After some searching, I found following:<br>
> <a href="https://forum.openwrt.org/viewtopic.php?id=33112" target="_blank">https://forum.openwrt.org/viewtopic.php?id=33112</a><br>
><br>
> It tells to add kernel module option in<br>
> "target/linux/generic/config-$version"<br>
><br>
> But, for kernel modules that are getting compiled in my build setup, I do<br>
> not see them present in "target/linux/generic/config-$version"<br>
><br>
> What should I do to get this module compiling?<br>
<br>
</div></div>You need to call "make target/linux/compile", this step actually<br>
compiles the modules/.ko's. package/kernel/compile only packages them.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
Jonas<br>
</font></span></blockquote></div><br></div>