Author: nbd Date: 2016-02-07 14:29:27 +0100 (Sun, 07 Feb 2016) New Revision: 48643
Modified: trunk/package/network/utils/iptables/Makefile Log: 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 <[email protected]> Modified: trunk/package/network/utils/iptables/Makefile =================================================================== --- trunk/package/network/utils/iptables/Makefile 2016-02-07 13:29:16 UTC (rev 48642) +++ trunk/package/network/utils/iptables/Makefile 2016-02-07 13:29:27 UTC (rev 48643) @@ -24,10 +24,6 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
