diff options
author | David Anders <dave123@abcsinc.com> | 2006-01-23 18:40:08 +0000 |
---|---|---|
committer | David Anders <dave123@abcsinc.com> | 2006-01-23 18:40:08 +0000 |
commit | 638852665af8b38488d5def359b3f32f6c4b24bf (patch) | |
tree | fd75908231225a2aeebc3aa74574125710f8d3ca /package/hostap | |
parent | 159656ebdb1d28b4ecee612d3070af746da69da4 (diff) | |
download | buildroot-novena-638852665af8b38488d5def359b3f32f6c4b24bf.tar.gz buildroot-novena-638852665af8b38488d5def359b3f32f6c4b24bf.zip |
added the pcmcia depends for hostap
Diffstat (limited to 'package/hostap')
-rw-r--r-- | package/hostap/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/hostap/Config.in b/package/hostap/Config.in index b51d14fb1..2fc40af98 100644 --- a/package/hostap/Config.in +++ b/package/hostap/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_HOSTAP bool "hostap" default n + select BR2_PACKAGE_PCMCIA help Linux driver for wireless LAN cards based on Intersil's Prism2/2.5/3 chipset. |