diff --git a/patches/openwrt/0010-mt7621-Genexis-Pulse-EX400-remove-WPS-button.patch b/patches/openwrt/0010-mt7621-Genexis-Pulse-EX400-remove-WPS-button.patch new file mode 100644 index 0000000000000000000000000000000000000000..8ca6dd6c948a761f1f35e1475ffe1e82306c38e6 --- /dev/null +++ b/patches/openwrt/0010-mt7621-Genexis-Pulse-EX400-remove-WPS-button.patch @@ -0,0 +1,34 @@ +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 ++};