Felix, et al.

I was looking into why certain packages aren't being built even if they're 
selected, like res_pktccops (which I added a definition for).

Turns out that some things are disabled in menuselect by default, and must be 
explicitly enabled.

This is simple enough:

cd $(PKG_BUILD_DIR) ; menuselect/menuselect --enable $COMPONENT

will accomplish that.

The problem is that it needs to be done per component (where component matches 
app_*, cel_*, cdr_*, func_*, chan_*, codec_*, res_*, etc) for all of the 
desired components.

This has to be done after configure and menuselect have been built, but before 
asterisk itself (and its components) has been built.

How to go about this?

-Philip
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to