Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
c9ee1300
Commit
c9ee1300
authored
6 months ago
by
Sid
Browse files
Options
Downloads
Patches
Plain Diff
Update openwrt to 24.10-rc2, re-add Ubiquiti EdgeRouter X
parent
949df74c
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2
Bump OpenWrt to 24.10-rc2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/user/supported_devices.rst
+2
-0
2 additions, 0 deletions
docs/user/supported_devices.rst
modules
+2
-2
2 additions, 2 deletions
modules
targets/ramips-mt7621
+14
-0
14 additions, 0 deletions
targets/ramips-mt7621
with
18 additions
and
2 deletions
docs/user/supported_devices.rst
+
2
−
0
View file @
c9ee1300
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
modules
+
2
−
2
View file @
c9ee1300
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
targets/ramips-mt7621
+
14
−
0
View file @
c9ee1300
...
@@ -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'},
})
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment