update SQLite to new upstream release, v3.3.3
[openwrt.git] / openwrt / package / depend.mk
index f973391..6ed5517 100644 (file)
@@ -29,7 +29,6 @@ iptables-snmp-compile: net-snmp-compile
 iptraf-compile: ncurses-compile
 ipsec-tools-compile: openssl-compile
 jamvm-compile: libffi-sable-compile zlib-compile sablevm-classpath-compile
-hostapd-compile: openssl-compile wireless-tools-compile
 httping-compile: openssl-compile
 kismet-compile: uclibc++-compile libpcap-compile ncurses-compile
 l2tpns-compile: libcli-compile
@@ -138,6 +137,11 @@ ifneq ($(BR2_PACKAGE_FREERADIUS_MOD_SQL_PGSQL),)
 freeradius-compile: postgresql-compile
 endif
 
+hostapd-compile: wireless-tools-compile
+ifneq ($(BR2_PACKAGE_HOSTAPD),)
+hostapd-compile: openssl-compile
+endif
+
 ifneq ($(BR2_PACKAGE_MINI_HTTPD_MATRIXSSL),)
 mini_httpd-compile: matrixssl-compile
 endif
This page took 0.032402 seconds and 4 git commands to generate.