swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig uses libnl-tiny anyway

SVN-Revision: 25509
This commit is contained in:
Felix Fietkau 2011-02-13 02:52:44 +00:00
parent 0e166a016a
commit 404fbd8c66

View file

@ -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