On 29.02.2012 12:24, cl...@bit63.org wrote:
> In this case I am not sure what the best course of action is.
> What is the OpenWRT way to enable kernel options that aren't kernel modules?

you can add a simple config var to your Makefile, like
 CONFIG_KERNEL_*=y

these are automatically translated to CONFIG_* defs in the generated 
kernelconfig. it's generated on every run, but you will have to explicitely 
rebuild your kernel with
 make target/linux/{clean,compile} V=99
to have the module built in obviously.

..ede
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to