diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-09 12:35:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-09 12:35:18 +0000 |
commit | a84148464c8996c64e515326267d242edb1185f6 (patch) | |
tree | 9d6a27f695b1b5dab51c2e0cdc450f72105affc8 /package/kernel/linux | |
parent | 548879cdc1da0a74d4ca998e8eaf89f37ec7b31b (diff) | |
download | master-187ad058-a84148464c8996c64e515326267d242edb1185f6.tar.gz master-187ad058-a84148464c8996c64e515326267d242edb1185f6.tar.bz2 master-187ad058-a84148464c8996c64e515326267d242edb1185f6.zip |
kernel: add netfilter.mk to modules makefile SCAN_DEPS
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43589 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux')
-rw-r--r-- | package/kernel/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/Makefile b/package/kernel/linux/Makefile index 6e13d484fd..45ca9faa92 100644 --- a/package/kernel/linux/Makefile +++ b/package/kernel/linux/Makefile @@ -12,7 +12,7 @@ PKG_NAME:=kernel PKG_FLAGS:=hold PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/packages -SCAN_DEPS=modules/*.mk $(TOPDIR)/target/linux/*/modules.mk +SCAN_DEPS=modules/*.mk $(TOPDIR)/target/linux/*/modules.mk $(TOPDIR)/include/netfilter.mk PKG_LICENSE:=GPLv2 PKG_LICENSE_FILES:= |