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: http://207.154.207.93/?a=commitdiff_plain;h=e9313440fc61206a0fcf46ca5e0ce07757c1c805;p=openwrt.git 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 7b95ca2166..0d56f43156 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