]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
remove obsolete build information v0.9.7
authorJohannes Berg <johannes@sipsolutions.net>
Mon, 8 Dec 2008 12:15:17 +0000 (13:15 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Mon, 8 Dec 2008 12:15:17 +0000 (13:15 +0100)
README
defconfig [deleted file]

diff --git a/README b/README
index 78dcccd9825a90056aa5f3f1e04001c29bd9822d..1d0eaae6e036e43104fbfa5d07f5e6717905e674 100644 (file)
--- 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 (file)
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