Is there any reference document explaining the structure 
of ./files/ directory? For example, include/kernel.mk uses it 
to copy some custom modules into the target's lib/modules/$(LINUX_VERSION)/

What I'd like to have is a consistent, file-based way to influence 
the kernel config options, so that they are not overridden by 
the next "make menuconfig".

In the short term, I want to build a kernel which would have 
CONFIG_CMDLINE pointing the root to the USB stick -- basically it's 
what bifferos is doing in his squidge distribution. But I want to make it 
possible in a way that is consistent with the OpenWRT mainline.

Another approach would be to add a menu option for CONFIG_CMDLINE into 
the OpenWRT's menuconfig script.

It's not a problem for me to produce a patch for the makefiles, but 
I'd like to hear your opinions first.

thanks,
stan
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to