diff -r e3ee9aa21b1f -r de6b88d1fa3c config.mk --- a/config.mk Thu Oct 23 17:57:20 2014 +0400 +++ b/config.mk Thu Oct 23 19:00:42 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-wifi +STATUS = status-time status-mem status-loadavg status-wifi status-bat # compiler and linker CC = cc