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 | f4155f6506c4a5b79e8a490b67f92a41592bed6b (patch) | |
tree | a5c3b4ba02214dd6e0cbce50b226e2c8ea6ab568 /package/network | |
parent | c90fcb359355a9aa6ab0e5676ad42d6fd27f7471 (diff) | |
download | master-187ad058-f4155f6506c4a5b79e8a490b67f92a41592bed6b.tar.gz master-187ad058-f4155f6506c4a5b79e8a490b67f92a41592bed6b.tar.bz2 master-187ad058-f4155f6506c4a5b79e8a490b67f92a41592bed6b.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48643 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-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 |