projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
188f641
)
correct [4397]
author
Mike Baker
<mbm@openwrt.org>
Wed, 2 Aug 2006 13:57:33 +0000
(13:57 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Wed, 2 Aug 2006 13:57:33 +0000
(13:57 +0000)
SVN-Revision: 4398
openwrt/include/package.mk
patch
|
blob
|
history
diff --git
a/openwrt/include/package.mk
b/openwrt/include/package.mk
index fbd4cf714957f524355e6a022b3d951a433a6b56..b4b6538b6b32b90e0e9ec99096740b9c9d3a0195 100644
(file)
--- 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