]> git.ipfire.org Git - thirdparty/iw.git/blame - defconfig
add command to set mesh ID
[thirdparty/iw.git] / defconfig
CommitLineData
7153dbf3
MK
1# Example iw build time configuration
2#
3# This file lists the configuration options that are used when building the
4# iw binary. All lines starting with # are ignored. Configuration option
63ba65eb
JB
5# lines must be commented out completely, if they are not to be included,
6# i.e. just setting VARIABLE=n is not disabling that variable.
7153dbf3
MK
7#
8# This file is included in Makefile, so variables like CFLAGS and LIBS can also
9# be modified from here. In most cases, these lines should use += in order not
10# to override previous values of the variables.
11
12# Kernel location for GIT NL80211 kernel code (assumed to be running,
63ba65eb 13# by default); only required if your installed nl80211.h is out of date.
7153dbf3 14CONFIG_KERNEL_LOC = /lib/modules/`uname -r`/build/
63ba65eb 15CFLAGS += -I$(CONFIG_KERNEL_LOC)/include
7153dbf3 16
1b5ba357
JB
17# LibNL location
18# (if not installed in a way that makes the compiler/linker find it)
19# by default, libnl's 'make install' installs to /usr/local/ so you may
20# need this
21#
22# CONFIG_LIBNL_LOC = /usr/local/
7153dbf3
MK
23# CFLAGS += -I$(CONFIG_LIBNL_LOC)/include
24# LDFLAGS += -L$(CONFIG_LIBNL_LOC)/lib