mirror of https://github.com/hak5/openwrt-owl.git
swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig uses libnl-tiny anyway
SVN-Revision: 25509owl
parent
0e166a016a
commit
404fbd8c66
|
@ -1,7 +1,7 @@
|
||||||
ifndef CFLAGS
|
ifndef CFLAGS
|
||||||
CFLAGS = -O2 -g -I ../src
|
CFLAGS = -O2 -g -I ../src
|
||||||
endif
|
endif
|
||||||
LIBS=-lnl
|
LIBS=-lnl -lnl-genl
|
||||||
|
|
||||||
all: swconfig
|
all: swconfig
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue