mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-03 03:47:50 +00:00
ucentral: development update
* fix reset buttons on cig188/194 and ec420 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -1,14 +1,13 @@
|
|||||||
From a524aed3cf42831f98fdd88ef31e3eb491372d0e Mon Sep 17 00:00:00 2001
|
From d3da4b4a61bba6ac57f999cffb2341b52d969c49 Mon Sep 17 00:00:00 2001
|
||||||
From: John Crispin <john@phrozen.org>
|
From: John Crispin <john@phrozen.org>
|
||||||
Date: Sat, 18 Jul 2020 08:53:44 +0200
|
Date: Sat, 18 Jul 2020 08:53:44 +0200
|
||||||
Subject: [PATCH 21/36] ipq807x: add the Qualcomm AX target support
|
Subject: [PATCH 01/23] ipq807x: add the Qualcomm AX target support
|
||||||
|
|
||||||
Signed-off-by: John Crispin <john@phrozen.org>
|
Signed-off-by: John Crispin <john@phrozen.org>
|
||||||
---
|
---
|
||||||
config/Config-kernel.in | 9 +
|
config/Config-kernel.in | 9 +
|
||||||
include/image.mk | 6 +-
|
include/image.mk | 6 +-
|
||||||
package/boot/uboot-envtools/files/ipq807x | 37 +
|
package/boot/uboot-envtools/files/ipq807x | 37 +
|
||||||
.../network/services/hostapd/files/hostapd.sh | 4 +-
|
|
||||||
.../etc/hotplug.d/firmware/11-ath10k-caldata | 5 +
|
.../etc/hotplug.d/firmware/11-ath10k-caldata | 5 +
|
||||||
target/linux/ipq807x/109-logspam.patch | 24 +
|
target/linux/ipq807x/109-logspam.patch | 24 +
|
||||||
target/linux/ipq807x/Makefile | 22 +
|
target/linux/ipq807x/Makefile | 22 +
|
||||||
@@ -53,7 +52,7 @@ Signed-off-by: John Crispin <john@phrozen.org>
|
|||||||
.../linux/ipq807x/patches/108-log-spam.patch | 37 +
|
.../linux/ipq807x/patches/108-log-spam.patch | 37 +
|
||||||
target/linux/ipq807x/patches/109-tplink.patch | 1518 +++++++++++++++++
|
target/linux/ipq807x/patches/109-tplink.patch | 1518 +++++++++++++++++
|
||||||
.../ipq807x/patches/110-add-esmt-nand.patch | 37 +
|
.../ipq807x/patches/110-add-esmt-nand.patch | 37 +
|
||||||
48 files changed, 9339 insertions(+), 3 deletions(-)
|
47 files changed, 9337 insertions(+), 1 deletion(-)
|
||||||
create mode 100644 package/boot/uboot-envtools/files/ipq807x
|
create mode 100644 package/boot/uboot-envtools/files/ipq807x
|
||||||
create mode 100644 target/linux/ipq807x/109-logspam.patch
|
create mode 100644 target/linux/ipq807x/109-logspam.patch
|
||||||
create mode 100644 target/linux/ipq807x/Makefile
|
create mode 100644 target/linux/ipq807x/Makefile
|
||||||
@@ -8753,7 +8752,7 @@ index 0000000000..5744a2a5bf
|
|||||||
+ struct comp_opts {
|
+ struct comp_opts {
|
||||||
diff --git a/target/linux/ipq807x/patches/102-cig-wf188.patch b/target/linux/ipq807x/patches/102-cig-wf188.patch
|
diff --git a/target/linux/ipq807x/patches/102-cig-wf188.patch b/target/linux/ipq807x/patches/102-cig-wf188.patch
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000000..a9d3015b79
|
index 0000000000..05c736dfd7
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/target/linux/ipq807x/patches/102-cig-wf188.patch
|
+++ b/target/linux/ipq807x/patches/102-cig-wf188.patch
|
||||||
@@ -0,0 +1,869 @@
|
@@ -0,0 +1,869 @@
|
||||||
@@ -9072,8 +9071,8 @@ index 0000000000..a9d3015b79
|
|||||||
++ pinctrl-names = "default";
|
++ pinctrl-names = "default";
|
||||||
++
|
++
|
||||||
++ wps {
|
++ wps {
|
||||||
++ label = "wps";
|
++ label = "reset";
|
||||||
++ linux,code = <KEY_WPS_BUTTON>;
|
++ linux,code = <KEY_RESTART>;
|
||||||
++ gpios = <&tlmm 22 GPIO_ACTIVE_LOW>;
|
++ gpios = <&tlmm 22 GPIO_ACTIVE_LOW>;
|
||||||
++ linux,input-type = <1>;
|
++ linux,input-type = <1>;
|
||||||
++ debounce-interval = <60>;
|
++ debounce-interval = <60>;
|
||||||
@@ -9500,8 +9499,8 @@ index 0000000000..a9d3015b79
|
|||||||
++ pinctrl-names = "default";
|
++ pinctrl-names = "default";
|
||||||
++
|
++
|
||||||
++ wps {
|
++ wps {
|
||||||
++ label = "wps";
|
++ label = "reset";
|
||||||
++ linux,code = <KEY_WPS_BUTTON>;
|
++ linux,code = <KEY_RESTART>;
|
||||||
++ gpios = <&tlmm 22 GPIO_ACTIVE_LOW>;
|
++ gpios = <&tlmm 22 GPIO_ACTIVE_LOW>;
|
||||||
++ linux,input-type = <1>;
|
++ linux,input-type = <1>;
|
||||||
++ debounce-interval = <60>;
|
++ debounce-interval = <60>;
|
||||||
@@ -10450,7 +10449,7 @@ index 0000000000..c6d12fe963
|
|||||||
++
|
++
|
||||||
diff --git a/target/linux/ipq807x/patches/104-wf194c.patch b/target/linux/ipq807x/patches/104-wf194c.patch
|
diff --git a/target/linux/ipq807x/patches/104-wf194c.patch b/target/linux/ipq807x/patches/104-wf194c.patch
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000000..7e7f172688
|
index 0000000000..05b1b18b6c
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/target/linux/ipq807x/patches/104-wf194c.patch
|
+++ b/target/linux/ipq807x/patches/104-wf194c.patch
|
||||||
@@ -0,0 +1,816 @@
|
@@ -0,0 +1,816 @@
|
||||||
@@ -10744,8 +10743,8 @@ index 0000000000..7e7f172688
|
|||||||
++ pinctrl-names = "default";
|
++ pinctrl-names = "default";
|
||||||
++
|
++
|
||||||
++ button@1 {
|
++ button@1 {
|
||||||
++ label = "wps";
|
++ label = "reset";
|
||||||
++ linux,code = <KEY_WPS_BUTTON>;
|
++ linux,code = <KEY_RESTART>;
|
||||||
++ gpios = <&tlmm 67 GPIO_ACTIVE_LOW>;
|
++ gpios = <&tlmm 67 GPIO_ACTIVE_LOW>;
|
||||||
++ linux,input-type = <1>;
|
++ linux,input-type = <1>;
|
||||||
++ debounce-interval = <60>;
|
++ debounce-interval = <60>;
|
||||||
|
|||||||
@@ -153,7 +153,7 @@ index 0000000000..e2062e7cd0
|
|||||||
+ button@1 {
|
+ button@1 {
|
||||||
+ label = "reset";
|
+ label = "reset";
|
||||||
+ linux,code = <KEY_RESTART>;
|
+ linux,code = <KEY_RESTART>;
|
||||||
+ gpios = <&tlmm 10 GPIO_ACTIVE_LOW>;
|
+ gpios = <&tlmm 18 GPIO_ACTIVE_LOW>;
|
||||||
+ linux,input-type = <1>;
|
+ linux,input-type = <1>;
|
||||||
+ };
|
+ };
|
||||||
+ };
|
+ };
|
||||||
|
|||||||
Reference in New Issue
Block a user