From: <ast...@el...> - 2007-03-02 00:17:58
|
> On 3/1/07, ast...@el... <ast...@el...> wrote: >> Is it possible for you to put up the .config file you use to generate >> those images as well? I seem to be having a hell of a time compiling for >> the WRAP, mostly because I don't know enough to know what should and >> should not be checked off. I need to perform an idiot check, that idiot >> being me. >> > > asterisk, > > Most of the time this is all you need to do: > > cp astlinux.config .config > make oldconfig > make menuconfig (select WRAP) > make > > Keep in mind that Darrick's images are from the 0.4 branch, not > trunk. From what I have seen lately you have been trying to build > trunk. trunk and 0.4 are quite different these days. > > -- > Kristian Kielhofner I have been trying to compile 0.4 and trunk separately, to try to understand better. I just don't have a good impression of what I can remove or add safely. As a simple example, the WRAP is using only ztdummy, so how much zaptel and hardware related parts can be pared away? I figure ZAP/PRI could be removed, but how much ISDN/mISDN stuff can I remove before I cripple something or make a compile fail? |