mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-17 04:14:39 +00:00
iptables: don't apply patches if building an external kernel
SVN-Revision: 30339
This commit is contained in:
parent
f1051a296d
commit
620843b2ee
@ -23,6 +23,10 @@ PKG_FIXUP:=autoreconf
|
|||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
PKG_BUILD_PARALLEL:=1
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_EXTERNAL_KERNEL_TREE),"")
|
||||||
|
PATCH_DIR:=
|
||||||
|
endif
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
ifeq ($(DUMP),)
|
ifeq ($(DUMP),)
|
||||||
-include $(LINUX_DIR)/.config
|
-include $(LINUX_DIR)/.config
|
||||||
|
Loading…
Reference in New Issue
Block a user