-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* more small fixes & enhancements * cosmetics Signed-off-by: Dirk Brenken <[email protected]>
- Loading branch information
Showing
4 changed files
with
53 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# | ||
# Copyright (c) 2016-2022 Dirk Brenken ([email protected]) | ||
# Copyright (c) 2016-2023 Dirk Brenken ([email protected]) | ||
# This is free software, licensed under the GNU General Public License v3. | ||
# | ||
|
||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=travelmate | ||
PKG_VERSION:=2.1.1 | ||
PKG_RELEASE:=1 | ||
PKG_RELEASE:=2 | ||
PKG_LICENSE:=GPL-3.0-or-later | ||
PKG_MAINTAINER:=Dirk Brenken <[email protected]> | ||
|
||
|
@@ -17,7 +17,7 @@ define Package/travelmate | |
SECTION:=net | ||
CATEGORY:=Network | ||
TITLE:=A wlan connection manager for travel router | ||
DEPENDS:=+iwinfo +jshn +jsonfilter +curl +ca-bundle | ||
DEPENDS:=+iwinfo +jshn +jsonfilter +curl +ca-bundle +rpcd +rpcd-mod-rpcsys | ||
PKGARCH:=all | ||
endef | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/bin/sh /etc/rc.common | ||
# Copyright (c) 2016-2022 Dirk Brenken ([email protected]) | ||
# Copyright (c) 2016-2023 Dirk Brenken ([email protected]) | ||
# This is free software, licensed under the GNU General Public License v3. | ||
|
||
# set (s)hellcheck exceptions | ||
# shellcheck disable=2034,2086,2154,3043,3060 | ||
# shellcheck disable=all | ||
|
||
START=25 | ||
USE_PROCD=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters