Skip to content
Snippets Groups Projects
Unverified Commit 13a6617f authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

Merge pull request #3139 from herbetom/v2023.1.x-updates

[v2023.1.x] modules: update to latest HEAD - fix bcm27xx board names
parents 701857ec 609903cb
No related branches found
No related tags found
No related merge requests found
...@@ -2,14 +2,14 @@ GLUON_FEEDS='gluon packages routing' ...@@ -2,14 +2,14 @@ GLUON_FEEDS='gluon packages routing'
OPENWRT_REPO=https://github.com/openwrt/openwrt.git OPENWRT_REPO=https://github.com/openwrt/openwrt.git
OPENWRT_BRANCH=openwrt-22.03 OPENWRT_BRANCH=openwrt-22.03
OPENWRT_COMMIT=1f7ca927b788c180135b7708138e94386bb958b4 OPENWRT_COMMIT=05f74354bd43efe9d08c0ce0db3fb0ef37ada94e
PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=dc99bbb906f9faae472e48da013dbf67e1a00c23 PACKAGES_GLUON_COMMIT=53ea3b89771fc7d7a80f1800ce25e98dfe1633aa
PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_BRANCH=openwrt-22.03 PACKAGES_PACKAGES_BRANCH=openwrt-22.03
PACKAGES_PACKAGES_COMMIT=e34369a41b522a49dec9fb1d81b4ee6b32b731d8 PACKAGES_PACKAGES_COMMIT=444cedf4ff7a3cd6bc60bdc83f9f33ab7fcc4eac
PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git
PACKAGES_ROUTING_BRANCH=openwrt-22.03 PACKAGES_ROUTING_BRANCH=openwrt-22.03
......
...@@ -5,7 +5,8 @@ device('raspberrypi-model-b', 'rpi', { ...@@ -5,7 +5,8 @@ device('raspberrypi-model-b', 'rpi', {
'raspberrypi-model-b-plus', 'raspberrypi-model-b-plus',
'raspberrypi-model-b-rev2', 'raspberrypi-model-b-rev2',
-- from Gluon 2019.1 and older -- from Gluon 2023.1.1 and older
'raspberry-pi-model-b-rev-1',
'raspberry-pi-model-b-rev-2', 'raspberry-pi-model-b-rev-2',
'raspberry-pi-model-b-plus-rev-1.2', 'raspberry-pi-model-b-plus-rev-1.2',
}, },
......
...@@ -2,7 +2,7 @@ include 'bcm27xx.inc' ...@@ -2,7 +2,7 @@ include 'bcm27xx.inc'
device('raspberrypi-2-model-b', 'rpi-2', { device('raspberrypi-2-model-b', 'rpi-2', {
manifest_aliases = { manifest_aliases = {
-- from Gluon 2019.1 and older -- from Gluon 2023.1.1 and older
'raspberry-pi-2-model-b-rev-1.1', 'raspberry-pi-2-model-b-rev-1.1',
}, },
}) })
...@@ -4,7 +4,8 @@ device('raspberrypi-3-model-b', 'rpi-3', { ...@@ -4,7 +4,8 @@ device('raspberrypi-3-model-b', 'rpi-3', {
manifest_aliases = { manifest_aliases = {
'raspberrypi-3-model-b-plus', 'raspberrypi-3-model-b-plus',
-- from Gluon 2019.1 and older -- from Gluon 2023.1.1 and older
'raspberry-pi-3-model-b-rev-1.2', 'raspberry-pi-3-model-b-rev-1.2',
'raspberry-pi-3-model-b-plus-rev-1.3',
}, },
}) })
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment