diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-15 16:49:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-15 16:49:33 +0200 |
commit | 6c739ba5d6d6f47b983c1ba39df6f73b79f78810 (patch) | |
tree | 10da136a3892c4e07ae0ecd7bc86b9340adc3aef /package/asterisk | |
parent | 7838fca0479a0d4affcb245ec042ead7ae1d7b3b (diff) |
fix foxboard allmodconfig build, mostly by disabling packages
Diffstat (limited to 'package/asterisk')
-rw-r--r-- | package/asterisk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index 6cc6cfa52..eeac91c7f 100644 --- a/package/asterisk/Makefile +++ b/package/asterisk/Makefile @@ -22,6 +22,8 @@ endif PKG_URL:= http://www.asterisk.org PKG_SITES:= http://downloads.asterisk.org/pub/telephony/asterisk/releases/ +PKG_TARGET_DEPENDS:= !foxboard + PKG_DESCR_CHAN_MGCP:= Media Gateway Control Protocol implementation PKG_DESCR_CHAN_SKINNY:= Skinny Client Control Protocol implementation PKG_DESCR_CHAN_IAX2:= Support for the Inter Asterisk Protocol |