diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-28 22:07:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-28 22:07:35 +0000 |
commit | bae87f8eecfdd93792fd475a9d59da98d5d6ef92 (patch) | |
tree | 8c2d9592e47831db54f51e8dc64d0be9f8fe44d2 /sources | |
parent | de440103902e4f09977a7ed3bdb44c4fb38f223e (diff) | |
download | buildroot-novena-bae87f8eecfdd93792fd475a9d59da98d5d6ef92.tar.gz buildroot-novena-bae87f8eecfdd93792fd475a9d59da98d5d6ef92.zip |
Fixup the build of the hostap utils, use the kernel hostap
stuff for the driver modules.
Diffstat (limited to 'sources')
-rw-r--r-- | sources/linux.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/linux.config b/sources/linux.config index 46a835b20..ee96b34d8 100644 --- a/sources/linux.config +++ b/sources/linux.config @@ -534,7 +534,7 @@ CONFIG_NET_RADIO=y # CONFIG_AIRONET4500_PROC is not set # CONFIG_AIRO is not set CONFIG_HERMES=m -# CONFIG_HOSTAP is not set +CONFIG_HOSTAP=m # CONFIG_PLX_HERMES is not set # CONFIG_TMD_HERMES is not set # CONFIG_PCI_HERMES is not set @@ -545,7 +545,7 @@ CONFIG_HERMES=m # Wireless Pcmcia cards support # CONFIG_PCMCIA_HERMES=m -# CONFIG_HOSTAP_CS is not set +CONFIG_HOSTAP_CS=m # CONFIG_AIRO_CS is not set CONFIG_NET_WIRELESS=y |