diff options
author | Pavel Roskin <proski@gnu.org> | 2009-02-04 19:45:14 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-02-08 10:29:43 (GMT) |
commit | 752ee87ec8cd72959060029dbdba47cf65b1990c (patch) | |
tree | f03816f2228c478722410444a2eba078b80189fe /hostapd/defconfig | |
parent | a0f5fcb10c154327a0e1a614be93f4400e89c38e (diff) | |
download | hostap-06-752ee87ec8cd72959060029dbdba47cf65b1990c.zip hostap-06-752ee87ec8cd72959060029dbdba47cf65b1990c.tar.gz hostap-06-752ee87ec8cd72959060029dbdba47cf65b1990c.tar.bz2 |
Use better examples for MadWifi path in defconfig, clarify comments
MadWifi is unlikely to be in ../head relative to hostapd or
wpa_supplicant, as it would be inside the hostap git repository.
MadWifi sources are more likely to be in a directory called "madwifi"
and residing outside the hostap repository. Using "madwifi" also
demonstrates that the top-level madwifi directory is needed.
(cherry picked from commit e7e9c46e55b4ee3cdbbdd91900220e4f24ceb67c)
Diffstat (limited to 'hostapd/defconfig')
-rw-r--r-- | hostapd/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/defconfig b/hostapd/defconfig index 7f90f0b..96a023d 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -17,7 +17,7 @@ CONFIG_DRIVER_HOSTAP=y # Driver interface for madwifi driver #CONFIG_DRIVER_MADWIFI=y -#CFLAGS += -I../head # change to reflect local setup; directory for madwifi src +#CFLAGS += -I../../madwifi # change to the madwifi source directory # Driver interface for Prism54 driver #CONFIG_DRIVER_PRISM54=y |