X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f8b6cc52d451170582282d2e4fb37288c95f9484..666a3f3839ab66176c1b78e3d98c866372a8714b:/openwrt/package/Makefile diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 0ce945e3b..7c8e525db 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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),)