mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix asterisk build when asterisk-sqlite is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2706 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e02151d4cd
commit
bdf6a7fa2f
@ -348,6 +348,9 @@ endif
|
||||
ifneq ($(BR2_PACKAGE_ASTERISK_MYSQL),)
|
||||
asterisk-compile: mysql-compile
|
||||
endif
|
||||
ifneq ($(BR2_PACKAGE_ASTERISK_SQLITE),)
|
||||
asterisk-compile: sqlite2-compile
|
||||
endif
|
||||
|
||||
freeradius-compile: libtool-compile openssl-compile
|
||||
ifneq ($(BR2_PACKAGE_FREERADIUS_MOD_LDAP),)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user