summaryrefslogtreecommitdiff
path: root/package/swconfig/src/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-21 01:35:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-21 01:35:30 +0000
commit2fe29deb903e4f4a2e85eee7cdcd34f258ca0b33 (patch)
tree09615238df9a9ba0331b69ad5024db7881fb1f69 /package/swconfig/src/Makefile
parent70bf92d03c3afad25f131c74e58b1257027eddbe (diff)
downloadmtk-20170518-2fe29deb903e4f4a2e85eee7cdcd34f258ca0b33.zip
mtk-20170518-2fe29deb903e4f4a2e85eee7cdcd34f258ca0b33.tar.gz
mtk-20170518-2fe29deb903e4f4a2e85eee7cdcd34f258ca0b33.tar.bz2
swconfig: implement uci loading support
SVN-Revision: 15315
Diffstat (limited to 'package/swconfig/src/Makefile')
-rw-r--r--package/swconfig/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/swconfig/src/Makefile b/package/swconfig/src/Makefile
index 64816af..7b95ca2 100644
--- a/package/swconfig/src/Makefile
+++ b/package/swconfig/src/Makefile
@@ -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)