summaryrefslogtreecommitdiff
path: root/openwrt/include
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/include')
-rw-r--r--openwrt/include/package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk
index fbd4cf7..b4b6538 100644
--- a/openwrt/include/package.mk
+++ b/openwrt/include/package.mk
@@ -121,7 +121,7 @@ define BuildPackage
install-targets: $$(INFO_$(1))
endif
- ifneq ($(CONFIG_PACKAGE_$(1))$(CONFIG_ALL),)
+ ifneq ($(CONFIG_PACKAGE_$(1)),)
compile-targets: $$(IPKG_$(1))
endif
endif