From f489431f0f75302561aa7f40b2daf7d0e994d006 Mon Sep 17 00:00:00 2001
From: Mike Baker <mbm@openwrt.org>
Date: Wed, 2 Aug 2006 13:57:33 +0000
Subject: [PATCH] correct [4397]

SVN-Revision: 4398
---
 openwrt/include/package.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk
index fbd4cf7149..b4b6538b6b 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
-- 
GitLab