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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
3601c9ab
Commit
3601c9ab
authored
6 years ago
by
Martin Weinelt
Committed by
Andreas Ziegler
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
mt76x8: add support for GL.iNet GL-MT300N-V2 (#1548)
Signed-off-by:
Martin Weinelt
<
martin@darmstadt.freifunk.net
>
parent
a51ec563
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/index.rst
+4
-1
4 additions, 1 deletion
docs/index.rst
patches/openwrt/0012-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch
+34
-0
34 additions, 0 deletions
...penwrt/0012-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch
targets/ramips-mt76x8
+5
-0
5 additions, 0 deletions
targets/ramips-mt76x8
with
43 additions
and
1 deletion
docs/index.rst
+
4
−
1
View file @
3601c9ab
...
@@ -349,9 +349,12 @@ ramips-mt7621
...
@@ -349,9 +349,12 @@ ramips-mt7621
- EdgeRouter X
- EdgeRouter X
- EdgeRouter X-SFP
- EdgeRouter X-SFP
ramips-mt76
2
8
ramips-mt76
x
8
^^^^^^^^^^^^^
^^^^^^^^^^^^^
* GL.iNet
- MT300N v2 [#80211s]_
* TP-Link
* TP-Link
- Archer C50 v3 [#80211s]_
- Archer C50 v3 [#80211s]_
...
...
This diff is collapsed.
Click to expand it.
patches/openwrt/0012-ramips-fix-leds-on-GL.iNet-GL-MT300N-V2.patch
0 → 100644
+
34
−
0
View file @
3601c9ab
From: Martin Weinelt <hexa@darmstadt.ccc.de>
Date: Fri, 2 Nov 2018 20:52:01 +0100
Subject: ramips: fix leds on GL.iNet GL-MT300N-V2
The WAN LED now shows the link state. It's color is green,
not blue.
Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds
index 54504c6ee8bb45db0ffa371ec68c3a8fd7e4d673..6057275978591192e3b7799a8e6d97761c3e23a5 100755
--- a/target/linux/ramips/base-files/etc/board.d/01_leds
+++ b/target/linux/ramips/base-files/etc/board.d/01_leds
@@ -210,6 +210,7 @@
gl-mt750)
;;
gl-mt300n-v2)
set_wifi_led "$boardname:red:wlan"
+ ucidef_set_led_switch "wan" "wan" "$boardname:green:wan" "switch0" "0x1"
;;
hc5661|\
hc5661a)
diff --git a/target/linux/ramips/dts/GL-MT300N-V2.dts b/target/linux/ramips/dts/GL-MT300N-V2.dts
index e99d5578f05bbaf82917878b87eb973a8323198c..98c9a796330068b36df5946f4a428e1b324594f8 100644
--- a/target/linux/ramips/dts/GL-MT300N-V2.dts
+++ b/target/linux/ramips/dts/GL-MT300N-V2.dts
@@ -28,7 +28,7 @@
};
wan {
- label = "gl-mt300n-v2:blue:wan";
+ label = "gl-mt300n-v2:green:wan";
gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
};
This diff is collapsed.
Click to expand it.
targets/ramips-mt76x8
+
5
−
0
View file @
3601c9ab
# GL.iNet
device gl-mt300n-v2 gl-mt300n-v2
factory
# TP-Link
# TP-Link
device tp-link-archer-c50-v3 tplink_c50-v3
device tp-link-archer-c50-v3 tplink_c50-v3
...
...
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