the redboot parsing function needs to be exported
[openwrt.git] / include / package-ipkg.mk
index b71fce4..8d6f195 100644 (file)
@@ -17,7 +17,7 @@ ifeq ($(DUMP),)
     INFO_$(1):=$(IPKG_STATE_DIR)/info/$(1).list
 
     ifdef Package/$(1)/install
-      ifneq ($(CONFIG_PACKAGE_$(1)),)
+      ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),)
         compile: $$(IPKG_$(1))
 
         ifeq ($(CONFIG_PACKAGE_$(1)),y)
This page took 0.028743 seconds and 4 git commands to generate.