diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-02-07 13:29:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-02-07 13:29:27 +0000 |
commit | 3f1c0c8ef750985b412ace33593b80d7ac4648b2 (patch) | |
tree | 87aa4367975deb858f2605629c01ee7b1415ef19 | |
parent | be9e991b8806841a1c209ed7e2864d48da0de1b5 (diff) | |
download | upstream-3f1c0c8ef750985b412ace33593b80d7ac4648b2.tar.gz upstream-3f1c0c8ef750985b412ace33593b80d7ac4648b2.tar.bz2 upstream-3f1c0c8ef750985b412ace33593b80d7ac4648b2.zip |
iptables: using external kernel tree should not alter patch behaviour.
iptables is the only exception in the package tree, causing patch
behaviour to be inconsistent on this package.
Signed-off-by: Rick van der Zwet <rick.vanderzwet@anywi.com>
SVN-Revision: 48643
-rw-r--r-- | package/network/utils/iptables/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index 1c1a6842ba..6f7529c736 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -24,10 +24,6 @@ PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_LICENSE:=GPL-2.0 -ifneq ($(CONFIG_EXTERNAL_KERNEL_TREE),"") -PATCH_DIR:= -endif - include $(INCLUDE_DIR)/package.mk ifeq ($(DUMP),) -include $(LINUX_DIR)/.config |