summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-02 13:57:33 +0000
committerMike Baker <mbm@openwrt.org>2006-08-02 13:57:33 +0000
commitf489431f0f75302561aa7f40b2daf7d0e994d006 (patch)
treea0604af95615c36fbb4988345b02ba5c6ca8f4e5
parent188f64115308d1d09914ee300c4ee47777550a23 (diff)
downloadmtk-20170518-f489431f0f75302561aa7f40b2daf7d0e994d006.zip
mtk-20170518-f489431f0f75302561aa7f40b2daf7d0e994d006.tar.gz
mtk-20170518-f489431f0f75302561aa7f40b2daf7d0e994d006.tar.bz2
correct [4397]
SVN-Revision: 4398
-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