Merge pull request #5850 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.5.2
This commit is contained in:
commit
40ec2568f9
3 changed files with 3 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wifidog-ng
|
PKG_NAME:=wifidog-ng
|
||||||
PKG_VERSION:=1.4.0
|
PKG_VERSION:=1.5.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
|
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
|
||||||
PKG_SOURCE_URL=https://github.com/zhaojh329/wifidog-ng.git
|
PKG_SOURCE_URL=https://github.com/zhaojh329/wifidog-ng.git
|
||||||
PKG_MIRROR_HASH:=f9c48e09baff777c3437363068f31bc47b943ef4768d68fb8530ea855b5d9997
|
PKG_MIRROR_HASH:=0e8c1196d08f0a91819c3b87457ec55151c80dfc1114d5f8b97b9c3870cfc7c4
|
||||||
|
|
||||||
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)
|
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,7 @@ config gateway
|
||||||
config authserver
|
config authserver
|
||||||
option host 'authserver.com'
|
option host 'authserver.com'
|
||||||
option port 80
|
option port 80
|
||||||
|
option ssl 0
|
||||||
option path '/wifidog/'
|
option path '/wifidog/'
|
||||||
option login_path 'login'
|
option login_path 'login'
|
||||||
option portal_path 'portal'
|
option portal_path 'portal'
|
||||||
|
|
0
net/wifidog-ng/files/wifidog-ng.init
Executable file → Normal file
0
net/wifidog-ng/files/wifidog-ng.init
Executable file → Normal file
Loading…
Reference in a new issue