Hello Marco, If thou know what you are doing, you might be able to generate a new image with image builder replacing the kernel and modules packages, which you might compile with the help of SDK. However, it is simply easier to compile it all from source :-)
Generally what you get after the first make menuconfig/select target is already a very clean selection. If you remove even more, you can generate an unbootable image. Do not use the config file from download page as it selects all packages to be compiled by default. Most of compile time are tool, not packages. After that, a new image is generated quickly. Ciao, Em 26/10/2014 20:35, "Marco Gaiarin" <[email protected]> escreveu: > > I've looked around at the wiki, but i've no found that info. > > I need to build a patched kernel, to try to overcome a ''bug'' in my router > (Huawei HG553) that does not see USB2 peripherals. > AFAI've understood, there's no way to change only the kernel, i've to > reflesh with a new firmware. Good. > > > But because i need only to test the kernel, i want to buld only the minimum > needed packages. > > Doing 'make menuconfig' and unset every single packges marked as 'm' is a > boring task. > > I've tried: > cp .config .conig.old; cat .config.old | grep -v =m > .config > > but 'make complain' that i've not do 'make menuconfig', anche if i do that, > all '=m' get back. > > > There's no way to leave out all package build apart what strictly needed? > > > Thanks. > > -- > Stiamo arrivando a Beziers. Attento alle curve. > (Claudio, in auto con Igor diretto in Spagna) > _______________________________________________ > openwrt-users mailing list > [email protected] > https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users >
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
