-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ffac-autoupdater-wifi-fallback: add improvements from tecff
see tecff/gluon-packages@779b934#diff-a9bb9dd229642ccf47f128025eae194217c69ca530ac029c5decd604557fe731R7
- Loading branch information
Showing
3 changed files
with
32 additions
and
25 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
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 @@ | ||
# SPDX-FileCopyrightText: 2023 kb-light, Patric Steffen, Andreas Ziegler, Florian Maurer | ||
# SPDX-FileCopyrightText: 2024 kb-light, Patric Steffen, Andreas Ziegler, Florian Maurer, Maximilian Baumgartner | ||
# SPDX-License-Identifier: BSD-2-Clause | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=ffac-autoupdater-wifi-fallback | ||
PKG_VERSION:=2 | ||
PKG_VERSION:=3 | ||
PKG_LICENSE:=BSD-2-Clause | ||
|
||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) | ||
|
@@ -13,7 +13,7 @@ include $(TOPDIR)/../package/gluon.mk | |
|
||
define Package/$(PKG_NAME) | ||
TITLE:=Implements switching to fallback mode if we are cut off from the mesh | ||
DEPENDS:=+gluon-autoupdater +gluon-site +gluon-state-check +iw +libgluonutil +libiwinfo-lua +luabitop +luaposix +micrond +wpa-supplicant-mini | ||
DEPENDS:=+gluon-autoupdater +gluon-site +gluon-state-check +iw +libgluonutil +libiwinfo-lua +libubus-lua +luabitop +luaposix +micrond | ||
MAINTAINER:=Freifunk Aachen <[email protected]> | ||
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