mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
ath79: etactica-eg200: fix restore button
The button is labelled reboot/restore in documentation, and has always been used for that. Naming it WPS has always been wrong. Signed-off-by: Karl Pálsson <karlp@etactica.com> [matched author to SoB] Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
6cea9688af
commit
075c570cde
@ -19,7 +19,7 @@
|
||||
poll-interval = <50>;
|
||||
|
||||
restore {
|
||||
linux,code = <KEY_WPS_BUTTON>;
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user