From: Johannes Berg Date: Sat, 29 Sep 2007 15:43:57 +0000 (+0200) Subject: fix some typos in previous commit X-Git-Tag: v0.9~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63ba65eb0c224363c8436b1f81944f513712be1a;p=thirdparty%2Fiw.git fix some typos in previous commit --- diff --git a/defconfig b/defconfig index d633c73..ea1900b 100644 --- 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 -