Fix a bug when parsing ca_cert and eap_type with wpa_supplicant, this should only...
[openwrt.git] / include / package.mk
index da8de5c..8819a11 100644 (file)
@@ -49,6 +49,7 @@ define Download/default
   URL:=$(PKG_SOURCE_URL)
   SUBDIR:=$(PKG_SOURCE_SUBDIR)
   PROTO:=$(PKG_SOURCE_PROTO)
+  $(if $(PKG_SOURCE_MIRROR),MIRROR:=$(filter 1,$(PKG_MIRROR)))
   VERSION:=$(PKG_SOURCE_VERSION)
   MD5SUM:=$(PKG_MD5SUM)
 endef
This page took 0.019967 seconds and 4 git commands to generate.