aboutsummaryrefslogtreecommitdiffstats
path: root/include
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
commit4cb7672e61307eecd491f460d2fb88372dd469bc (patch)
tree06d45c7733dc4bddaf45a00cc44d9e45c60dcba5 /include
parentc70cfb3d1adc60a48e726ab58df32d92a309a1aa (diff)
downloadmaster-187ad058-4cb7672e61307eecd491f460d2fb88372dd469bc.tar.gz
master-187ad058-4cb7672e61307eecd491f460d2fb88372dd469bc.tar.bz2
master-187ad058-4cb7672e61307eecd491f460d2fb88372dd469bc.zip
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
Diffstat (limited to 'include')
-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)