[package] qos-scripts: Rework qos-stat script
[openwrt.git] / package / swconfig / src / Makefile
index 64816af..7b95ca2 100644 (file)
@@ -8,5 +8,5 @@ all: swconfig
 %.o: %.c
        $(CC) $(CFLAGS) -c -o $@ $^
 
-swconfig: cli.o swlib.o
+swconfig: cli.o swlib.o uci.o
        $(CC) $(LDFLAGS) -o $@ $^ $(LIBS)
This page took 0.021301 seconds and 4 git commands to generate.