Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

site: use new ffac-autoupdater-wifi-fallback #273

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions patches/targets-drop-TP-Link-RE305.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
From 30742c681eccafd2a47fa705b47ce730ffe178d8 Mon Sep 17 00:00:00 2001
From: Grische <10663446-grische@users.noreply.gitlab.com>
Date: Fri, 3 Nov 2023 00:27:40 +0100
Subject: [PATCH] targets: drop TP-Link RE305

The flash size is not sufficient to host updated packages
---
targets/ramips-mt76x8 | 4 ----
1 file changed, 4 deletions(-)

diff --git a/targets/ramips-mt76x8 b/targets/ramips-mt76x8
index 52fb71be..1e27ac35 100644
--- a/targets/ramips-mt76x8
+++ b/targets/ramips-mt76x8
@@ -62,10 +62,6 @@ device('tp-link-re200-v2', 'tplink_re200-v2')

device('tp-link-re200-v3', 'tplink_re200-v3')

-device('tp-link-re305', 'tplink_re305-v1', {
- class = 'tiny', -- Only 6M of usable Firmware space
-})
-
device('tp-link-tl-mr3020-v3', 'tplink_tl-mr3020-v3', {
factory = false,
extra_images = {
--
2.25.1

2 changes: 1 addition & 1 deletion site.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ GLUON_FEATURES := \
web-wizard

GLUON_SITE_PACKAGES := \
ffac-autoupdater-wifi-fallback \
ffac-ssid-changer \
ffho-ap-timer \
ffho-autoupdater-wifi-fallback \
ffho-web-ap-timer \
ffmuc-autoupdater-next2stable \
ffmuc-mesh-vpn-wireguard-vxlan \
Expand Down