Improved IMEI filtering

This commit is contained in:
2016-04-28 18:42:47 +00:00
committed by cdramey
parent dbc6c8f7e2
commit edc4fc09b6
5 changed files with 155 additions and 27 deletions

View File

@ -4,6 +4,7 @@ LDFLAGS=
LIBS=
TARGET=wstationd
SRC= \
src/imei.c \
src/wstationd.c
OBJ=$(SRC:.c=.o)