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
a7846e40
Unverified
Commit
a7846e40
authored
3 years ago
by
Matthias Schiffer
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #2431 from AiyionPrime/ath79-migrate-wr1043v4
ath79-generic: (re)add support for tl-wr1043nd-v4
parents
39c3c7ad
4ea3478b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/user/supported_devices.rst
+1
-1
1 addition, 1 deletion
docs/user/supported_devices.rst
modules
+2
-2
2 additions, 2 deletions
modules
targets/ath79-generic
+5
-0
5 additions, 0 deletions
targets/ath79-generic
with
8 additions
and
3 deletions
docs/user/supported_devices.rst
+
1
−
1
View file @
a7846e40
...
...
@@ -80,7 +80,7 @@ ath79-generic
- EAP225-Outdoor (v1)
- TL-WDR3600 (v1)
- TL-WDR4300 (v1)
- TL-WR1043N/ND (v3)
- TL-WR1043N/ND (v3
, v4
)
- WBS210 (v2.0)
* Ubiquiti
...
...
This diff is collapsed.
Click to expand it.
modules
+
2
−
2
View file @
a7846e40
...
...
@@ -2,11 +2,11 @@ GLUON_FEEDS='packages routing gluon'
OPENWRT_REPO=https://github.com/openwrt/openwrt.git
OPENWRT_BRANCH=openwrt-21.02
OPENWRT_COMMIT=
f65edc9b990c2bcc10c9e9fca29253adc6fe316d
OPENWRT_COMMIT=
30e6f288531fce02c67e7f391f28021ca5ddf065
PACKAGES_PACKAGES_REPO=https://github.com/openwrt/packages.git
PACKAGES_PACKAGES_BRANCH=openwrt-21.02
PACKAGES_PACKAGES_COMMIT=
08a442fe9f7bc2bf1a967d702514c0e136ecde08
PACKAGES_PACKAGES_COMMIT=
ee69afe6f1c0ff9d257b5478ae6d50b18e023519
PACKAGES_ROUTING_REPO=https://github.com/openwrt/routing.git
PACKAGES_ROUTING_BRANCH=openwrt-21.02
...
...
This diff is collapsed.
Click to expand it.
targets/ath79-generic
+
5
−
0
View file @
a7846e40
...
...
@@ -305,6 +305,11 @@ device('tp-link-tl-wr1043nd-v3', 'tplink_tl-wr1043nd-v3', {
'tp-link-tl-wr1043n-nd-v3', -- upgrade from OpenWrt 19.07
},
})
device('tp-link-tl-wr1043nd-v4', 'tplink_tl-wr1043nd-v4', {
manifest_aliases = {
'tp-link-tl-wr1043n-nd-v4', -- upgrade from OpenWrt 19.07
},
})
device('tp-link-wbs210-v2', 'tplink_wbs210-v2')
...
...
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