]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
fix some typos in previous commit
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 29 Sep 2007 15:43:57 +0000 (17:43 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Sat, 29 Sep 2007 15:43:57 +0000 (17:43 +0200)
defconfig

index d633c73680e6dfcd89158faa5674a009437c0322..ea1900bd413620a86af0ac22abab85e18ab2b981 100644 (file)
--- a/defconfig
+++ b/defconfig
@@ -2,20 +2,19 @@
 #
 # 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 complete, if they are not to be included, i.e.,
-# just setting VARIABLE=n is not disabling that variable.
+# 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.
 
 # Kernel location for GIT NL80211 kernel code (assumed to be running,
-# by default)
+# by default); only required if your installed nl80211.h is out of date.
 CONFIG_KERNEL_LOC = /lib/modules/`uname -r`/build/
-CFLAGS += -I$(CONFIG_KENREL_LOC)/include
+CFLAGS += -I$(CONFIG_KERNEL_LOC)/include
 
 # LibNL location (if not installed)
 # CONFIG_LIBNL_LOC = /home/johannes/Projects/libnl/
 # CFLAGS += -I$(CONFIG_LIBNL_LOC)/include
 # LDFLAGS += -L$(CONFIG_LIBNL_LOC)/lib
-