[Packages] net/wifidog:
* Update 1.1.3_rc1 to 1.1.4 (closes: #3114) * Makefile cleanup git-svn-id: svn://svn.openwrt.org/openwrt/packages@10407 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
41c998b820
commit
af4755647f
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2006,2008 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,15 +9,14 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wifidog
|
PKG_NAME:=wifidog
|
||||||
PKG_VERSION:=1.1.3_rc1
|
PKG_VERSION:=1.1.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:= @SF/$(PKG_NAME)
|
PKG_SOURCE_URL:= @SF/$(PKG_NAME)
|
||||||
PKG_MD5SUM:=2df210852bace3eb740f9344b843f6c3
|
PKG_MD5SUM:=daa4f492dd6acafe0a7127d07633aca5
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_FIXUP = libtool
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -25,7 +24,7 @@ define Package/wifidog
|
|||||||
SUBMENU:=Captive Portals
|
SUBMENU:=Captive Portals
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=+iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat +libgcc +libpthread
|
DEPENDS:=+iptables-mod-extra +iptables-mod-ipopt +iptables-mod-nat +libpthread
|
||||||
TITLE:=A wireless captive portal solution
|
TITLE:=A wireless captive portal solution
|
||||||
URL:=http://www.wifidog.org
|
URL:=http://www.wifidog.org
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user