| Anonymous | Login | Signup for a new account | 11-10-2008 10:50 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000453 | [buildroot] New Features | minor | always | 09-29-05 15:49 | 02-12-07 05:46 | ||||
| Reporter | gnat | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000453: hostap depends on pcmcia but doesn't select it. | ||||||||
| Description | When one selects hostap in buildroot, it attempts to build, but needs pcmcia to be built as well, included patch adds that dependancy. | ||||||||
| Additional Information |
Index: package/hostap/Config.in =================================================================== --- package/hostap/Config.in (revision 11698) +++ package/hostap/Config.in (working copy) @@ -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. |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |