summaryrefslogtreecommitdiffstats
path: root/include/package-ipkg.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-16 20:20:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-16 20:20:19 +0000
commit198a3ae713cb42dc53d71de733dab853dca65542 (patch)
tree05cf1293a622ca28d133375cfbd6ab53da70f8cd /include/package-ipkg.mk
parent1d307eea87ca839a93e6b580e841c98ee2af9571 (diff)
downloadmaster-31e0f0ae-198a3ae713cb42dc53d71de733dab853dca65542.tar.gz
master-31e0f0ae-198a3ae713cb42dc53d71de733dab853dca65542.tar.bz2
master-31e0f0ae-198a3ae713cb42dc53d71de733dab853dca65542.zip
re-enable SDK=1 and DEVELOPER=1 overrides for building all packages
SVN-Revision: 6581
Diffstat (limited to 'include/package-ipkg.mk')
-rw-r--r--include/package-ipkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index b71fce42a8..8d6f1956f8 100644
--- a/include/package-ipkg.mk
+++ b/include/package-ipkg.mk
@@ -17,7 +17,7 @@ ifeq ($(DUMP),)
INFO_$(1):=$(IPKG_STATE_DIR)/info/$(1).list
ifdef Package/$(1)/install
- ifneq ($(CONFIG_PACKAGE_$(1)),)
+ ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),)
compile: $$(IPKG_$(1))
ifeq ($(CONFIG_PACKAGE_$(1)),y)