From 7aae246602af0df883ddefb83147010a457c2725 Mon Sep 17 00:00:00 2001
From: Anjan Chanda <anjan.chanda@iopsys.eu>
Date: Mon, 23 Sep 2019 10:37:10 +0200
Subject: [PATCH] rename wifimngr -> wifixd

---
 .gitignore | 2 +-
 Makefile   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5d68309..c2729c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,6 @@
 ipkg-*
 *.o
 tags
-wifimngr
+wifixd
 .configured_*
 .pkgdir
diff --git a/Makefile b/Makefile
index 8c3f578..b4937ea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PROG = wifimngr
+PROG = wifixd
 OBJS = wifimngr.o wps.o wifimngr_nl.o utils.o main.o
 
 PROG_CFLAGS = $(CFLAGS) -fstrict-aliasing
@@ -8,9 +8,9 @@ PROG_LDFLAGS += -luci -lubus -lubox -ljson-c -lblobmsg_json -lnl-genl-3 -lnl-3
 %.o: %.c
 	$(CC) $(PROG_CFLAGS) $(FPIC) -c -o $@ $<
 
-all: wifimngr
+all: $(PROG)
 
-wifimngr: $(OBJS)
+$(PROG): $(OBJS)
 	$(CC) $(PROG_LDFLAGS) -o $@ $^
 
 clean:
-- 
GitLab