mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
travelmate: update to release 2.0
- new package dependency: curl (plus one of the wpad variants) - optional package dependencies: - 'msmtp' for email notification support - 'wireguard' or 'openvpn' for vpn support - removed WEP support, only WPA/WPA2/WPA3 are supported! - new, more robust setup wizard (CLI and LuCI) - more robust captive portal detection - randomize mac addresses with every uplnk connect - automatic vpn handling during uplink switch (only classic/simple client-setups for wireguard or openvpn are supported) - email notifications after successful uplink connections - automatically disable uplinks after n minutes, e.g. for timed connections - automatically (re-)enable uplinks after n minutes, e.g. after failed login attempts - complete LuCI rewrite - migrated to client side JS (separate PR) Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=travelmate
|
||||
PKG_VERSION:=1.5.4
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=2.0.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
|
||||
@@ -17,7 +17,7 @@ define Package/travelmate
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=A wlan connection manager for travel router
|
||||
DEPENDS:=+iwinfo +jshn +jsonfilter +uclient-fetch +dnsmasq
|
||||
DEPENDS:=+iwinfo +jshn +jsonfilter +curl +ca-bundle +dnsmasq
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
@@ -47,10 +47,14 @@ define Package/travelmate/install
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/travelmate.init $(1)/etc/init.d/travelmate
|
||||
|
||||
$(INSTALL_DIR) $(1)/etc/hotplug.d/ntp
|
||||
$(INSTALL_BIN) ./files/travelmate_ntp.hotplug $(1)/etc/hotplug.d/ntp/25-travelmate_ntp
|
||||
|
||||
$(INSTALL_DIR) $(1)/etc/config
|
||||
$(INSTALL_CONF) ./files/travelmate.conf $(1)/etc/config/travelmate
|
||||
|
||||
$(INSTALL_DIR) $(1)/etc/travelmate
|
||||
$(INSTALL_BIN) ./files/travelmate.mail $(1)/etc/travelmate
|
||||
$(INSTALL_BIN) ./files/*.login $(1)/etc/travelmate
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user