projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mac80211: rename a misnamed patch
[openwrt.git]
/
package
/
swconfig
/
src
/
Makefile
diff --git
a/package/swconfig/src/Makefile
b/package/swconfig/src/Makefile
index
64816af
..
0d56f43
100644
(file)
--- a/
package/swconfig/src/Makefile
+++ b/
package/swconfig/src/Makefile
@@
-1,12
+1,12
@@
ifndef CFLAGS
CFLAGS = -O2 -g -I ../src
endif
-LIBS=-lnl
+LIBS=-lnl
-lnl-genl
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.023312 seconds
and
4
git commands to generate.