diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-16 20:20:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-16 20:20:19 +0000 |
commit | 198a3ae713cb42dc53d71de733dab853dca65542 (patch) | |
tree | 05cf1293a622ca28d133375cfbd6ab53da70f8cd | |
parent | 1d307eea87ca839a93e6b580e841c98ee2af9571 (diff) | |
download | upstream-198a3ae713cb42dc53d71de733dab853dca65542.tar.gz upstream-198a3ae713cb42dc53d71de733dab853dca65542.tar.bz2 upstream-198a3ae713cb42dc53d71de733dab853dca65542.zip |
re-enable SDK=1 and DEVELOPER=1 overrides for building all packages
SVN-Revision: 6581
-rw-r--r-- | include/package-ipkg.mk | 2 |
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) |