mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
lantiq: td-w8970: fix reset button
For TP-LINK TD-W8970 button should work as "reset", not "BTN_1". Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44352 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -204,10 +204,10 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
poll-interval = <100>;
|
||||
power {
|
||||
reset {
|
||||
label = "reset";
|
||||
gpios = <&gpio 0 1>;
|
||||
linux,code = <0x100>;
|
||||
linux,code = <0x198>;
|
||||
};
|
||||
|
||||
wifi {
|
||||
|
||||
Reference in New Issue
Block a user