aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-02-28 19:12:47 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-02-28 19:12:47 +0000
commit237df628c3be59b23e5194e8173e207a529970bd (patch)
tree34078286f00353451728b9779d69263af2aa08bd /package/iptables/Makefile
parentee2c54569f605befa12ea6bca7c0ec5ab2634f40 (diff)
downloadupstream-237df628c3be59b23e5194e8173e207a529970bd.tar.gz
upstream-237df628c3be59b23e5194e8173e207a529970bd.tar.bz2
upstream-237df628c3be59b23e5194e8173e207a529970bd.zip
iptables: disable kernel module autoloading
SVN-Revision: 19917
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r--package/iptables/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 68ccc76282..20e4b315ca 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -254,10 +254,6 @@ TARGET_CPPFLAGS := \
-I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
$(TARGET_CPPFLAGS)
-TARGET_CFLAGS := \
- $(TARGET_CFLAGS) \
- -DFORCE_MODPROBE_PROGRAM="\\\"/sbin/insmod\\\""
-
CONFIGURE_ARGS += \
--enable-shared \
--enable-devel \