diff options
Diffstat (limited to 'package/boot/uboot-mediatek/patches')
-rw-r--r-- | package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch b/package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch index d48de66064..834fc730b0 100644 --- a/package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch +++ b/package/boot/uboot-mediatek/patches/430-add-bpi-r3.patch @@ -866,14 +866,14 @@ + + keys { + compatible = "gpio-keys"; -+ ++/* + factory { + label = "reset"; + gpios = <&gpio 9 GPIO_ACTIVE_LOW>; + }; -+ ++*/ + wps { -+ label = "wps"; ++ label = "reset"; + gpios = <&gpio 10 GPIO_ACTIVE_LOW>; + }; + }; |