Author: luka
Date: 2016-04-24 18:42:14 +0200 (Sun, 24 Apr 2016)
New Revision: 49219

Modified:
   trunk/target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio.dts
Log:
oxnas: add missing semicolon

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 <[email protected]>

Modified: trunk/target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio.dts
===================================================================
--- trunk/target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio.dts   
2016-04-21 19:47:26 UTC (rev 49218)
+++ trunk/target/linux/oxnas/files/arch/arm/boot/dts/ox820-akitio.dts   
2016-04-24 16:42:14 UTC (rev 49219)
@@ -76,7 +76,7 @@
                        label = "power";
                        gpios = <&GPIOA 11 1>;
                        linux,code = <116>;
-               }
+               };
                reset {
                        label = "reset";
                        gpios = <&GPIOB 6 1>;
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to