From: nbd Date: Sun, 13 Feb 2011 02:52:44 +0000 (+0000) Subject: swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig... X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/e9313440fc61206a0fcf46ca5e0ce07757c1c805 swconfig: add -lnl-genl (patch by Philip Prindeville) - purely cosmetic, swconfig uses libnl-tiny anyway git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25509 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/swconfig/src/Makefile b/package/swconfig/src/Makefile index 7b95ca216..0d56f4315 100644 --- a/package/swconfig/src/Makefile +++ b/package/swconfig/src/Makefile @@ -1,7 +1,7 @@ ifndef CFLAGS CFLAGS = -O2 -g -I ../src endif -LIBS=-lnl +LIBS=-lnl -lnl-genl all: swconfig