diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 1c283ac217f..7c8e525db81 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -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),)