diff --git a/mote/v2/openwrt/package/flukso/src/makefile b/mote/v2/openwrt/package/flukso/src/makefile index fdd2577..9eceaed 100644 --- a/mote/v2/openwrt/package/flukso/src/makefile +++ b/mote/v2/openwrt/package/flukso/src/makefile @@ -5,7 +5,7 @@ # gnu89 = c89 plus GCC extensions # c99 = ISO C99 standard (not yet fully implemented) # gnu99 = c99 plus GCC extensions -CSTANDARD = -std=gnu89 +CSTANDARD = -std=gnu99 all: luad.o ifeq ($(OPENWRT_BUILD),1)