Skip to content
Snippets Groups Projects
Commit 7aae2466 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

rename wifimngr -> wifixd

parent 659e285b
Branches
Tags
No related merge requests found
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
ipkg-* ipkg-*
*.o *.o
tags tags
wifimngr wifixd
.configured_* .configured_*
.pkgdir .pkgdir
PROG = wifimngr PROG = wifixd
OBJS = wifimngr.o wps.o wifimngr_nl.o utils.o main.o OBJS = wifimngr.o wps.o wifimngr_nl.o utils.o main.o
PROG_CFLAGS = $(CFLAGS) -fstrict-aliasing PROG_CFLAGS = $(CFLAGS) -fstrict-aliasing
...@@ -8,9 +8,9 @@ PROG_LDFLAGS += -luci -lubus -lubox -ljson-c -lblobmsg_json -lnl-genl-3 -lnl-3 ...@@ -8,9 +8,9 @@ PROG_LDFLAGS += -luci -lubus -lubox -ljson-c -lblobmsg_json -lnl-genl-3 -lnl-3
%.o: %.c %.o: %.c
$(CC) $(PROG_CFLAGS) $(FPIC) -c -o $@ $< $(CC) $(PROG_CFLAGS) $(FPIC) -c -o $@ $<
all: wifimngr all: $(PROG)
wifimngr: $(OBJS) $(PROG): $(OBJS)
$(CC) $(PROG_LDFLAGS) -o $@ $^ $(CC) $(PROG_LDFLAGS) -o $@ $^
clean: clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment