Browse Source
Merge pull request #9679 from dibdot/travelmate
travelmate: update 1.4.11
lilik-openwrt-22.03
Dirk Brenken
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
net/travelmate/Makefile
-
net/travelmate/files/travelmate.sh
|
|
@ -6,7 +6,7 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=travelmate |
|
|
|
PKG_VERSION:=1.4.10 |
|
|
|
PKG_VERSION:=1.4.11 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_LICENSE:=GPL-3.0+ |
|
|
|
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org> |
|
|
|
|
|
@ -10,7 +10,7 @@ |
|
|
|
# |
|
|
|
LC_ALL=C |
|
|
|
PATH="/usr/sbin:/usr/bin:/sbin:/bin" |
|
|
|
trm_ver="1.4.10" |
|
|
|
trm_ver="1.4.11" |
|
|
|
trm_sysver="unknown" |
|
|
|
trm_enabled=0 |
|
|
|
trm_debug=0 |
|
|
@ -278,7 +278,7 @@ f_check() |
|
|
|
uci_commit travelmate |
|
|
|
fi |
|
|
|
fi |
|
|
|
if [ "${cp_domain}" != "false" ] && [ -n "${uci_essid}" ] && [ "${trm_captive}" -eq 1 ] |
|
|
|
if [ -n "${cp_domain}" ] && [ "${cp_domain}" != "false" ] && [ -n "${uci_essid}" ] && [ "${trm_captive}" -eq 1 ] |
|
|
|
then |
|
|
|
trm_connection="${result:-"-"}/${trm_ifquality}" |
|
|
|
f_jsnup |
|
|
|