diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk index fbd4cf71495..b4b6538b6b3 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