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 | 237df628c3be59b23e5194e8173e207a529970bd (patch) | |
tree | 34078286f00353451728b9779d69263af2aa08bd /package/iptables/Makefile | |
parent | ee2c54569f605befa12ea6bca7c0ec5ab2634f40 (diff) | |
download | openwrt-237df628c3be59b23e5194e8173e207a529970bd.tar.gz openwrt-237df628c3be59b23e5194e8173e207a529970bd.tar.bz2 openwrt-237df628c3be59b23e5194e8173e207a529970bd.zip |
iptables: disable kernel module autoloading
SVN-Revision: 19917
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 \ |