Dear All,
I have a few questions regarding "ltib" commands.
What are the ltib equivalents for the following make commands?
1) make clean (to clean all builds)
There is a distclean,, there is a rebuilt and there is an erase! What is it here?
2)Build kernel with sources(for crypto package) and also have all kernel headers.
I guess this is 'make headers_install' ..what is the ltib equivalent?
3)Finally, I need to change the kernel configuration file. I usually change this file manually and then use
make <defconfig filename>. How can this be done without the menus in ltib?
Thanks.