projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6532fc0
)
Make asterisk depend on packets, instead of selecting them
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 29 Nov 2007 13:01:45 +0000
(13:01 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 29 Nov 2007 13:01:45 +0000
(13:01 -0000)
package/asterisk/Config.in
patch
|
blob
|
history
diff --git
a/package/asterisk/Config.in
b/package/asterisk/Config.in
index 0f279756433e99a98f04b49e90d294e93b45db74..36238debbd262b62cc37c042f51f96b05dad2fee 100644
(file)
--- a/
package/asterisk/Config.in
+++ b/
package/asterisk/Config.in
@@
-3,8
+3,11
@@
config BR2_PACKAGE_ASTERISK
default n
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_ZLIB
-
select
BR2_PACKAGE_OPENSSL
-
select
BR2_PACKAGE_MPG123
+
depends
BR2_PACKAGE_OPENSSL
+
depends
BR2_PACKAGE_MPG123
help
Asterisk - the Open Source PBX
+comment "asterisk - disabled (required openssl and mpg123)"
+ depends !BR2_PACKAGE_OPENSSL || ! BR2_PACKAGE_MPG123
+