diff options
author | John Crispin <john@phrozen.org> | 2016-06-20 16:41:33 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-20 16:41:33 +0200 |
commit | ab8c13df138bbaec1ee7e779f228c8dc0d10e7a8 (patch) | |
tree | 72a8286baa2939a31b7f5dd4ec7d66dcbc85e483 | |
parent | d20326f240b2f7b392d6492937fe42aa7dcdb6ae (diff) | |
download | master-187ad058-ab8c13df138bbaec1ee7e779f228c8dc0d10e7a8.tar.gz master-187ad058-ab8c13df138bbaec1ee7e779f228c8dc0d10e7a8.tar.bz2 master-187ad058-ab8c13df138bbaec1ee7e779f228c8dc0d10e7a8.zip |
ar71xx: Fix TP-LINK Archer-C5/C7 v2 rfkill
Fix ARCHER_C7_GPIO_BTN_RFKILL, which is attached to GPIO23
Signed-off-by: Lars Buerding <lb.wrt@metatux.net>
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c index fc1251303e..d93dab2849 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c @@ -50,7 +50,7 @@ #define ARCHER_C7_GPIO_LED_USB1 18 #define ARCHER_C7_GPIO_LED_USB2 19 -#define ARCHER_C7_GPIO_BTN_RFKILL 13 +#define ARCHER_C7_GPIO_BTN_RFKILL 23 #define ARCHER_C7_GPIO_BTN_RESET 16 #define ARCHER_C7_GPIO_USB1_POWER 22 |