summaryrefslogtreecommitdiffstats
path: root/package/iptables/Makefile
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-28 19:12:47 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-02-28 19:12:47 +0000
commit1fbb38570610cf26b465662616b6f33d9e4ffa90 (patch)
tree0f1b02f7ba944ed43bddef0c6b6036547e8ed8e7 /package/iptables/Makefile
parent5834ee619f95229e67e11b1cc5002ba6db7d59da (diff)
[package] iptables: disable kernel module autoloading
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19917 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 68ccc7628..20e4b315c 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 \