summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-16 20:20:19 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-16 20:20:19 +0000
commita5b59b1fbf989b5e9fa6df6779a862af7bb31fa5 (patch)
tree06d45c7733dc4bddaf45a00cc44d9e45c60dcba5
parent1d3cff733d7f863871da68a81aeb52729dc314d4 (diff)
re-enable SDK=1 and DEVELOPER=1 overrides for building all packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6581 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 b71fce42a..8d6f1956f 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)