diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-28 19:12:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-28 19:12:47 +0000 |
commit | 856a3a7a526035c746b7aa7cd74206cb380d6fe6 (patch) | |
tree | 0f1b02f7ba944ed43bddef0c6b6036547e8ed8e7 /package/iptables/Makefile | |
parent | 0c2d614860d022d2f254ec48545f2651ca28a5d0 (diff) | |
download | upstream-856a3a7a526035c746b7aa7cd74206cb380d6fe6.tar.gz upstream-856a3a7a526035c746b7aa7cd74206cb380d6fe6.tar.bz2 upstream-856a3a7a526035c746b7aa7cd74206cb380d6fe6.zip |
[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/Makefile | 4 |
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 \ |