From: Johannes Berg Date: Mon, 8 Dec 2008 12:15:17 +0000 (+0100) Subject: remove obsolete build information X-Git-Tag: v0.9.7^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=096a35dbbed0e172e15a1e11a33569a3c99b7c19;p=thirdparty%2Fiw.git remove obsolete build information --- diff --git a/README b/README index 78dcccd..1d0eaae 100644 --- a/README +++ b/README @@ -2,8 +2,9 @@ This is 'iw', a tool to use nl80211. -To build iw, just enter 'make'. If that fails, copy the file -defconfig to .config and adjust the settings in it. +To build iw, just enter 'make'. If that fails, set the +PKG_CONFIG_PATH environment variable to allow the Makefile +to find libnl. 'iw' is currently maintained at http://git.sipsolutions.net/iw.git/, diff --git a/defconfig b/defconfig deleted file mode 100644 index fa7f4b2..0000000 --- a/defconfig +++ /dev/null @@ -1,19 +0,0 @@ -# Example iw build time configuration -# -# This file lists the configuration options that are used when building the -# iw binary. All lines starting with # are ignored. Configuration option -# lines must be commented out completely, if they are not to be included, -# i.e. just setting VARIABLE=n is not disabling that variable. -# -# This file is included in Makefile, so variables like CFLAGS and LIBS can also -# be modified from here. In most cases, these lines should use += in order not -# to override previous values of the variables. - -# 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