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
96ac0965
Commit
96ac0965
authored
1 month ago
by
Nico
Browse files
Options
Downloads
Patches
Plain Diff
add patch to remove WPA button on EX400
parent
02fd2d04
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/openwrt/0010-mt7621-Genexis-Pulse-EX400-remove-WPS-button.patch
+34
-0
34 additions, 0 deletions
...t/0010-mt7621-Genexis-Pulse-EX400-remove-WPS-button.patch
with
34 additions
and
0 deletions
patches/openwrt/0010-mt7621-Genexis-Pulse-EX400-remove-WPS-button.patch
0 → 100644
+
34
−
0
View file @
96ac0965
From: Nico <github@nicoboehr.de>
Date: Sat, 14 Jun 2025 11:36:47 +0000
Subject: mt7621: Genexis Pulse EX400: remove WPS button
The WPS button is easily accidentaly activated and the reset button
fulfills the same function; hence get rid of the WPA button defintion.
diff --git a/target/linux/ramips/dts/mt7621_genexis_pulse-ex400.dts b/target/linux/ramips/dts/mt7621_genexis_pulse-ex400.dts
index ad8a22ad79d369cb89ab159bc0f62c393c6db47c..4ae9f80a7eca1938fbc3ebfac25cea888886e2ef 100644
--- a/target/linux/ramips/dts/mt7621_genexis_pulse-ex400.dts
+++ b/target/linux/ramips/dts/mt7621_genexis_pulse-ex400.dts
@@ -52,15 +52,6 @@
linux,keycodes = <KEY_B>;
};
- /* Touch area WPS */
- channel@3 {
- reg = <3>;
-
- semtech,cin-delta = <0x3>;
- semtech,sense-threshold = <0x04>;
-
- linux,keycodes = <KEY_WPS_BUTTON>;
- };
channel@4 {
reg = <4>;
@@ -100,4 +91,4 @@
};
};
};
-};
\ No newline at end of file
+};
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