diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 02:52:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 02:52:44 +0000 |
commit | 9783aefafee41c494949207019fbacae4adc77c2 (patch) | |
tree | 3311d884b723aeb83c2c2c76d746f1a28192ae4b /package | |
parent | c2d6baa6b57267d99b85b46a8b5690762ed067bc (diff) | |
download | upstream-9783aefafee41c494949207019fbacae4adc77c2.tar.gz upstream-9783aefafee41c494949207019fbacae4adc77c2.tar.bz2 upstream-9783aefafee41c494949207019fbacae4adc77c2.zip |
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
Diffstat (limited to 'package')
-rw-r--r-- | package/swconfig/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |