summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-07-02 11:39:28 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-07-02 11:39:28 +0000
commit28f44a4f910046267a943349f71501991c15d573 (patch)
treead1a4e6f6dbeea678d18f58fac0c51a4915d88e6 /include
parent1c891e0d4557e0f301ffb90b9056d1e9af2fcec9 (diff)
downloadmtk-20170518-28f44a4f910046267a943349f71501991c15d573.zip
mtk-20170518-28f44a4f910046267a943349f71501991c15d573.tar.gz
mtk-20170518-28f44a4f910046267a943349f71501991c15d573.tar.bz2
include: remove SDK exception from package install targets
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41459
Diffstat (limited to 'include')
-rw-r--r--include/package-bin.mk4
-rw-r--r--include/package-ipkg.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/include/package-bin.mk b/include/package-bin.mk
index dcb3a8a..c6cb9ca 100644
--- a/include/package-bin.mk
+++ b/include/package-bin.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2007 OpenWrt.org
+# Copyright (C) 2007-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -9,7 +9,7 @@ ifeq ($(DUMP),)
define BuildTarget/bin
ifeq ($(if $(VARIANT),$(BUILD_VARIANT)),$(VARIANT))
ifdef Package/$(1)/install
- ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),)
+ ifneq ($(CONFIG_PACKAGE_$(1))$(DEVELOPER),)
compile: install-bin-$(1)
else
compile: $(1)-disabled
diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk
index cb2a408..9783a63 100644
--- a/include/package-ipkg.mk
+++ b/include/package-ipkg.mk
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006,2007 OpenWrt.org
+# Copyright (C) 2006-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -80,7 +80,7 @@ ifeq ($(DUMP),)
ifeq ($(BUILD_VARIANT),$$(if $$(VARIANT),$$(VARIANT),$(BUILD_VARIANT)))
ifdef Package/$(1)/install
- ifneq ($(CONFIG_PACKAGE_$(1))$(SDK)$(DEVELOPER),)
+ ifneq ($(CONFIG_PACKAGE_$(1))$(DEVELOPER),)
IPKGS += $(1)
compile: $$(IPKG_$(1)) $(PKG_INFO_DIR)/$(1).provides $(STAGING_DIR_ROOT)/stamp/.$(1)_installed
ifneq ($(ABI_VERSION),)