[OpenWrt-Devel] [PATCH] oxnas: add missing semicolon
Daniel Golle
daniel at makrotopia.org
Thu Apr 21 17:32:01 EDT 2016
A missing semicolon in the gpio-keys-polled section of ox820-akitio.dts
caused the build to break. Add it.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio.dts b/target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio.dts
index 5da4fa4..4dc969c 100644
--- a/target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio.dts
+++ b/target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio.dts
@@ -76,7 +76,7 @@
label = "power";
gpios = <&GPIOA 11 1>;
linux,code = <116>;
- }
+ };
reset {
label = "reset";
gpios = <&GPIOB 6 1>;
--
2.8.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list