mirror of https://github.com/hak5/openwrt-owl.git
ralink: revert r37163
https://dev.openwrt.org/ticket/17071 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42036owl
parent
ddbd2cf781
commit
997ca19fd2
|
@ -67,18 +67,13 @@
|
|||
poll-interval = <10>;
|
||||
reset {
|
||||
label = "reset";
|
||||
gpios = <&gpio0 4 1>;
|
||||
gpios = <&gpio0 10 1>;
|
||||
linux,code = <0x198>;
|
||||
};
|
||||
wps {
|
||||
label = "wps";
|
||||
gpios = <&gpio0 10 1>;
|
||||
linux,code = <0x211>;
|
||||
};
|
||||
rfkill {
|
||||
label = "rfkill";
|
||||
gpios = <&gpio0 0 1>;
|
||||
linux,code = <0xf7>;
|
||||
linux,code = <0x211>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue