Hi,
I am trying to compile kernel module kmod-ipt-tee.
I enabled it using "make menuconfig"
Now I see:
# grep kmod-ipt-tee .config
CONFIG_PACKAGE_kmod-ipt-tee=m
But when I execute:
make package/kernel/{compile,install} V=99
I see:
WARNING: kmod-ipt-tee is not available in the kernel config
After some searching, I found following:
https://forum.openwrt.org/viewtopic.php?id=33112
It tells to add kernel module option in "
target/linux/generic/config-$version"
But, for kernel modules that are getting compiled in my build setup, I do
not see them present in "target/linux/generic/config-$version"
What should I do to get this module compiling?
-M
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel