Browse Source

Merge pull request #5850 from zhaojh329/wifidog-ng

wifidog-ng: Update to 1.5.2
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
40ec2568f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions
  1. +2
    -2
      net/wifidog-ng/Makefile
  2. +1
    -0
      net/wifidog-ng/files/wifidog-ng.config
  3. +0
    -0
      net/wifidog-ng/files/wifidog-ng.init

+ 2
- 2
net/wifidog-ng/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=wifidog-ng
PKG_VERSION:=1.4.0
PKG_VERSION:=1.5.2
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
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)


+ 1
- 0
net/wifidog-ng/files/wifidog-ng.config View File

@ -10,6 +10,7 @@ config gateway
config authserver
option host 'authserver.com'
option port 80
option ssl 0
option path '/wifidog/'
option login_path 'login'
option portal_path 'portal'


+ 0
- 0
net/wifidog-ng/files/wifidog-ng.init View File


Loading…
Cancel
Save