Skip to content

Commit

Permalink
Merge pull request #2426 from freifunk-gluon/switch-2203
Browse files Browse the repository at this point in the history
modules: use OpenWrt 22.03
  • Loading branch information
blocktrron authored Apr 30, 2022
2 parents f54c0e7 + 90dfd25 commit 154ecf6
Show file tree
Hide file tree
Showing 19 changed files with 10 additions and 2,200 deletions.
4 changes: 0 additions & 4 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,6 @@ mpc85xx-p1010

- RED 15w Rev.1

* TP-Link

- TL-WDR4900 (v1)

mpc85xx-p1020
---------------

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-21.02
OPENWRT_COMMIT=dd58c12f0f404580785789c144d8548d1a945fe1
OPENWRT_BRANCH=openwrt-22.03
OPENWRT_COMMIT=d4053d2e8e098c53d6fc6ab860ba71cd8edf5455

PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_BRANCH=openwrt-21.02
PACKAGES_PACKAGES_COMMIT=0d142ffd238fadce14e5fafe9a68d0475f39e7d4
PACKAGES_PACKAGES_BRANCH=openwrt-22.03
PACKAGES_PACKAGES_COMMIT=09da83968ef0846cd1b13bfa1b91c33a1f9985bb

PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git
PACKAGES_ROUTING_BRANCH=openwrt-21.02
PACKAGES_ROUTING_COMMIT=b987eb3a9093f7fcf68d250d0c58f64ca13f0bc0
PACKAGES_ROUTING_BRANCH=openwrt-22.03
PACKAGES_ROUTING_COMMIT=48f6120ad4b8c1515d29110c6291ff7e264fef29

PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=308166e3c6b2d571606dd1dbfadd2bb8e31d8f90
2 changes: 1 addition & 1 deletion package/gluon-iptables-clamp-mss-to-pmtu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include ../gluon.mk

define Package/$(PKG_NAME)
TITLE:=This will establish a firewall rule to clamp the mss to pmtu on the mesh-vpn interface when the connection is towards 64:ff9b::/96
DEPENDS:= +ip6tables
DEPENDS:= +ip6tables-legacy
endef

define Package/$(PKG_NAME)/description
Expand Down

This file was deleted.

Loading

0 comments on commit 154ecf6

Please sign in to comment.