diff -r dae770da6416 -r 70b4e0b27e2c config.mk --- a/config.mk Mon Oct 20 23:24:03 2014 +0400 +++ b/config.mk Thu Oct 23 17:55:13 2014 +0400 @@ -16,6 +16,6 @@ STATUS_CFLAGS = -std=c99 -pedantic -Wall -Os ${STATUS_INCS} ${STATUS_CPPFLAGS} STATUS_LDFLAGS = ${STATUS_LIBS} -static -STATUS = status-time status-mem status-loadavg +STATUS = status-time status-mem status-loadavg status-wifi # compiler and linker CC = cc