projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86262c0
)
Default to n for asterisk-mysql-1.4 (#2325)
author
Florian Fainelli
<florian@openwrt.org>
Fri, 7 Sep 2007 13:19:34 +0000
(13:19 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 7 Sep 2007 13:19:34 +0000
(13:19 +0000)
SVN-Revision: 8668
net/asterisk-addons-1.4.x/Makefile
patch
|
blob
|
history
diff --git
a/net/asterisk-addons-1.4.x/Makefile
b/net/asterisk-addons-1.4.x/Makefile
index 31d0399d84cb40eac21eb07f298122298381886c..96ec271a30cb3389e47371899c1c8907f325e975 100644
(file)
--- a/
net/asterisk-addons-1.4.x/Makefile
+++ b/
net/asterisk-addons-1.4.x/Makefile
@@
-71,6
+71,7
@@
endef
define Package/asterisk14-mysql
$(call Package/asterisk-addons/Default)
DEPENDS:= +asterisk14 +libmysqlclient
+ DEFAULT:=n
TITLE+= MySQL support
endef