revert [8415], seems to be causing problems for the kernel build
SVN-Revision: 8418
This commit is contained in:
parent
70e86380e7
commit
3df35f0b09
@ -51,9 +51,6 @@ endif
|
||||
GENERIC_PLATFORM_DIR := $(TOPDIR)/target/linux/generic-$(KERNEL)
|
||||
GENERIC_PATCH_DIR := $(GENERIC_PLATFORM_DIR)/patches$(shell [ -d "$(GENERIC_PLATFORM_DIR)/patches-$(KERNEL_PATCHVER)" ] && printf -- "-$(KERNEL_PATCHVER)" || true )
|
||||
|
||||
ifeq ($(DUMP),)
|
||||
-include $(LINUX_DIR)/.config
|
||||
endif
|
||||
|
||||
define KernelPackage/Defaults
|
||||
FILES:=
|
||||
|
@ -18,6 +18,7 @@ SCAN_DEPS=modules/*.mk
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
ifeq ($(DUMP),)
|
||||
-include $(LINUX_DIR)/.config
|
||||
NF_KMOD:=1
|
||||
include $(INCLUDE_DIR)/netfilter.mk
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user