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

modules: switch to openwrt-23.05 #2920

Merged
merged 14 commits into from
Aug 22, 2023
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
1 change: 1 addition & 0 deletions contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
file \
git \
python3 \
python3-distutils \
build-essential \
gawk \
unzip \
Expand Down
1 change: 1 addition & 0 deletions docs/user/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ freshly installed Debian Bullseye system the following packages are required:

* `git` (to get Gluon and other dependencies)
* `python3`
* `python3-distutils`
* `build-essential`
* `ecdsautils` (to sign firmware, see `contrib/sign.sh`)
* `gawk`
Expand Down
9 changes: 1 addition & 8 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ ath79-generic
- CPE510 (v1.0, v1.1, v2.0, v3.0)
- CPE710 (v1.0)
- EAP225-Outdoor (v1)
- RE450 (v1)
- TL-WDR3500 (v1)
- TL-WDR3600 (v1)
- TL-WDR4300 (v1)
Expand Down Expand Up @@ -200,10 +199,6 @@ ipq40xx-generic
- FRITZ!Box 7530 [#eva_ramboot]_ [#lan_as_wan]_
- FRITZ!Repeater 1200 [#eva_ramboot]_

* EnGenius

- ENS620EXT

* GL.iNet

- GL-AP1300
Expand Down Expand Up @@ -231,7 +226,6 @@ ipq40xx-generic
* ZyXEL

- NBG6617
- WRE6606 [#device-class-tiny]_

ipq40xx-mikrotik
----------------
Expand Down Expand Up @@ -361,7 +355,7 @@ ramips-mt7621

* ASUS

- RT-AC57U
- RT-AC57U (v1)

* Cudy

Expand Down Expand Up @@ -447,7 +441,6 @@ ramips-mt76x8
- Archer C20 (v4, v5)
- Archer C50 (v3, v4)
- RE200 (v2, v3)
- RE305 (v1) [#device-class-tiny]
- TL-MR3020 (v3)
- TL-MR3420 (v5)
- TL-MR6400 (v5)
Expand Down
12 changes: 6 additions & 6 deletions modules
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
GLUON_FEEDS='packages routing gluon'

OPENWRT_REPO=https://github.com/openwrt/openwrt.git
OPENWRT_BRANCH=openwrt-22.03
OPENWRT_COMMIT=1ec274a204a65c7f8543cf750a0b027a685818cb
OPENWRT_BRANCH=openwrt-23.05
OPENWRT_COMMIT=b055769a487de4f95b8c8ab9f9a1a024d7b76cb2

PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_BRANCH=openwrt-22.03
PACKAGES_PACKAGES_COMMIT=336660337ea209413f610bf47cc8fc82131ba37a
PACKAGES_PACKAGES_BRANCH=openwrt-23.05
PACKAGES_PACKAGES_COMMIT=9f4707527e24eacd90cb3245ee7683eb063a359c

PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git
PACKAGES_ROUTING_BRANCH=openwrt-22.03
PACKAGES_ROUTING_COMMIT=1a40d7c7f303c626c457213e3e77721b55f46e51
PACKAGES_ROUTING_BRANCH=openwrt-23.05
PACKAGES_ROUTING_COMMIT=b844d67864d6486dc8f68054970c5195ec7c45a8

PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=29912ec6308fd10b47763b4cf28a638d07f59973

This file was deleted.

Loading