X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cd93bae1058cc77f6c47e84dd5209220a46f9744..c04a3db922dc6e28fa111f5124bd07e6e1093d28:/package/Makefile diff --git a/package/Makefile b/package/Makefile index 0ce945e3b..7c8e525db 100644 --- a/package/Makefile +++ b/package/Makefile @@ -212,7 +212,7 @@ package-$(BR2_PACKAGE_USTL) += ustl package-$(BR2_COMPILE_UTIL_LINUX) += util-linux package-$(BR2_PACKAGE_UDEV) += udev package-$(BR2_PACKAGE_VGP) += vgp -package_$(BR2_PACKAGE_VNC_REFLECTOR) += vnc-reflector +package-$(BR2_PACKAGE_VNC_REFLECTOR) += vnc-reflector package-$(BR2_PACKAGE_VPNC) += vpnc package-$(BR2_PACKAGE_VRRPD) += vrrpd package-$(BR2_PACKAGE_VTUN) += vtun @@ -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),)