Skip to content
Snippets Groups Projects
Commit c9ee1300 authored by Sid's avatar Sid
Browse files

Update openwrt to 24.10-rc2, re-add Ubiquiti EdgeRouter X

parent 949df74c
Branches
Tags
1 merge request!2Bump OpenWrt to 24.10-rc2
...@@ -457,6 +457,8 @@ ramips-mt7621 ...@@ -457,6 +457,8 @@ ramips-mt7621
* Ubiquiti * Ubiquiti
- EdgeRouter X
- EdgeRouter X-SFP
- UniFi 6 Lite - UniFi 6 Lite
- UniFi nanoHD - UniFi nanoHD
......
...@@ -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-24.10 OPENWRT_BRANCH=openwrt-24.10
OPENWRT_COMMIT=c279ca8b799e567226df804f07fd7a6073487b5f OPENWRT_COMMIT=66e76aa94f0508d63a75fac2739a5bc0edb021ec
PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git PACKAGES_GLUON_REPO=https://github.com/freifunk-gluon/packages.git
PACKAGES_GLUON_COMMIT=3d08b0fee8dc5d96d8bcdb985fad1d5564de4022 PACKAGES_GLUON_COMMIT=3d08b0fee8dc5d96d8bcdb985fad1d5564de4022
PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_BRANCH=openwrt-24.10 PACKAGES_PACKAGES_BRANCH=openwrt-24.10
PACKAGES_PACKAGES_COMMIT=da072f76e4e6e41df6a0bc377e9d002a9e0ff471 PACKAGES_PACKAGES_COMMIT=b5f11b79d2b0538d57103a8da05e7a7a87981ff3
PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git
PACKAGES_ROUTING_BRANCH=openwrt-24.10 PACKAGES_ROUTING_BRANCH=openwrt-24.10
......
...@@ -174,3 +174,17 @@ device('zyxel-wsm20', 'zyxel_wsm20', { ...@@ -174,3 +174,17 @@ device('zyxel-wsm20', 'zyxel_wsm20', {
factory = false, factory = false,
}) })
-- Devices without WLAN
-- Ubiquiti
device('ubiquiti-edgerouter-x', 'ubnt_edgerouter-x', {
factory = false,
packages = {'-hostapd-mini'},
})
device('ubiquiti-edgerouter-x-sfp', 'ubnt_edgerouter-x-sfp', {
factory = false,
packages = {'-hostapd-mini'},
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment