mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Added password support to sysupgrade (-p option)
This commit is contained in:
parent
6221c646b1
commit
b1e6205ecd
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ CC = gcc
|
||||||
CFLAGS = -g -Wall
|
CFLAGS = -g -Wall
|
||||||
LOCLIBS =
|
LOCLIBS =
|
||||||
LIBS = -luci -lubus -lubox -lpthread
|
LIBS = -luci -lubus -lubox -lpthread
|
||||||
OBJS = questd.o dumper.o port.o arping.o usb.o ndisc.o dslstats.o tools.o
|
OBJS = questd.o dumper.o port.o arping.o usb.o ndisc.o dslstats.o
|
||||||
SRCS = questd.c dumper.c port.c arping.c usb.c ndisc.c dslstats.c tools.c
|
SRCS = questd.c dumper.c port.c arping.c usb.c ndisc.c dslstats.c
|
||||||
LIBSRCS =
|
LIBSRCS =
|
||||||
ISRCS = questd.h
|
ISRCS = questd.h
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue