diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-11 18:42:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-11 18:42:50 +0000 |
commit | 74c900e93abf8bc2da3c95283feb9ec05aa3d212 (patch) | |
tree | e04c7e6d9b09057c34bd0f25412ecd460bf5f3cb /package/wifidog | |
parent | c2a9ede2d7ff0bf675643319733687f946b102cf (diff) | |
download | upstream-74c900e93abf8bc2da3c95283feb9ec05aa3d212.tar.gz upstream-74c900e93abf8bc2da3c95283feb9ec05aa3d212.tar.bz2 upstream-74c900e93abf8bc2da3c95283feb9ec05aa3d212.zip |
remove wifidog dependencies on netfilter kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2428 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wifidog')
-rw-r--r-- | package/wifidog/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/wifidog/Config.in b/package/wifidog/Config.in index 3aa7a60363..9a51eca9c0 100644 --- a/package/wifidog/Config.in +++ b/package/wifidog/Config.in @@ -4,8 +4,6 @@ config BR2_PACKAGE_WIFIDOG default m if CONFIG_DEVEL select BR2_PACKAGE_IPTABLES select BR2_PACKAGE_IPTABLES_EXTRA - select BR2_PACKAGE_KMOD_IPTABLES_V4 - select BR2_PACKAGE_KMOD_IPTABLES_V4_EXTRA help The Wifidog project is a complete and embeddable captive portal solution for wireless community groups or individuals |