From: Johannes Berg Date: Tue, 9 Oct 2007 18:40:24 +0000 (+0200) Subject: better libnl defconfig X-Git-Tag: v0.9~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b5ba35729239d2bec84bf8f0abb687ec67af5b4;p=thirdparty%2Fiw.git better libnl defconfig --- diff --git a/defconfig b/defconfig index ea1900b..346f699 100644 --- a/defconfig +++ b/defconfig @@ -14,7 +14,11 @@ CONFIG_KERNEL_LOC = /lib/modules/`uname -r`/build/ CFLAGS += -I$(CONFIG_KERNEL_LOC)/include -# LibNL location (if not installed) -# CONFIG_LIBNL_LOC = /home/johannes/Projects/libnl/ +# LibNL location +# (if not installed in a way that makes the compiler/linker find it) +# by default, libnl's 'make install' installs to /usr/local/ so you may +# need this +# +# CONFIG_LIBNL_LOC = /usr/local/ # CFLAGS += -I$(CONFIG_LIBNL_LOC)/include # LDFLAGS += -L$(CONFIG_LIBNL_LOC)/lib