[package] fix nocatsplash dependencies, thanks Russell Senior

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16797 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-07-12 11:41:22 +00:00
parent 3ba2924807
commit 93b79340d1

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006 OpenWrt.org
# Copyright (C) 2006-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nocatsplash
PKG_VERSION:=0.92
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=NoCatSplash-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://wifi.rulez.org/~josephus/
@ -23,7 +23,7 @@ define Package/nocatsplash
SUBMENU:=Captive Portals
SECTION:=net
CATEGORY:=Network
DEPENDS:=+glib1
DEPENDS:=+glib1 +iptables-mod-ipopt +iptables-mod-nat-extra
TITLE:=Open public network gateway daemon
URL:=http://nocat.net
endef