Skip to content

Commit

Permalink
* contrib/build-openwrt-kamikazeipk/wifidog/Makefile: Add iptables u…
Browse files Browse the repository at this point in the history
…serspace dependencies

	* Release 1.1.5
  • Loading branch information
benoitg committed Apr 13, 2008
1 parent 6e7de29 commit 6dca530
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# $Id$
2008-04-13 Benoit Gr�goire <bock@step.polymtl.ca>
* contrib/build-openwrt-kamikazeipk/wifidog/Makefile: Add iptables userspace dependencies
* Release 1.1.5

2008-03-24 Benoit Gr�goire <bock@step.polymtl.ca>
* Integrate with OpenWRT kamikaze build system

Expand Down
4 changes: 2 additions & 2 deletions contrib/build-openwrt-kamikazeipk/wifidog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ define Package/wifidog
SUBMENU:=Captive Portals
SECTION:=net
CATEGORY:=Network
DEPENDS:=+kmod-ipt-extra +kmod-ipt-ipopt +kmod-ipt-nat +libpthread
DEPENDS:=+kmod-ipt-extra +iptables-mod-extra +kmod-ipt-ipopt +iptables-mod-ipopt +kmod-ipt-nat +iptables-mod-nat +libpthread
TITLE:=A wireless captive portal solution
URL:=http://www.wifidog.org
endef
Expand All @@ -44,7 +44,7 @@ endef
MAKE_FLAGS += \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install

define Package/wifidog/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/scripts/init.d/wifidog $(1)/usr/bin/wifidog-init
Expand Down
2 changes: 1 addition & 1 deletion contrib/build-openwrt-whiterussianipk/wifidog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif
include $(TOPDIR)/rules.mk

PKG_NAME:=wifidog
PKG_VERSION:=1.1.4
PKG_VERSION:=1.1.5
PKG_RELEASE:=1
PKG_MD5SUM:=842b21e1b02d0a90677b289d794e0e21
PKG_SOURCE_URL:= @SF/$(PKG_NAME)
Expand Down
1 change: 1 addition & 0 deletions scripts/init.d/wifidog
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ case "$1" in
echo " ipt_mark module is working"
fi

##TODO: This will not test if required iptables userspace (iptables-mod-nat on Kamikaze) is installed
echo " Testing ipt_REDIRECT"
TEST_IPT_MAC=$(test_ipt_REDIRECT)
if [ "$TEST_IPT_MAC" = "0" ]; then
Expand Down

0 comments on commit 6dca530

Please sign in to comment.