summaryrefslogtreecommitdiff
path: root/packages/hostap
AgeCommit message (Collapse)AuthorFiles
2007-11-22hostap-daemon_0.6.0.bb: package version 0.6.0 of hostap-daemonJeremy Laine4
* update makefile-cross.diff patch * fix init script: pass -B to hostapd instead of passing -b to start-stop-daemon * instead of using per-machine enabling/disabling of madwifi support, use the 'pci' feature, like wpa-supplicant * build against madwifi-ng when madwifi support is enabled
2007-11-17hostap: Fix path to firmware for f/w auto-loadingMatthias Hentges2
2007-10-25hostap-conf: depend on update-modules (from Poky)Marcin Juszkiewicz1
2007-10-19hostap-utils: promote 0.4.7 to be defaultMarcin Juszkiewicz1
2007-04-18hostap: fixed typo in init scriptMartin Dietze1
2007-03-29hostap-daemon: do not depend on hostap-modules as they are 2.4 only nowMarcin Juszkiewicz5
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-11-20hostap-utils: removed rrecommending hostap-modulesMarcin Juszkiewicz3
- most of our target devices run kernels newer then 2.6.14 so they have hostap modules from kernel as kernel-module-hostap* - hostap modules and utils are now both added into dependency of task-base for machines with pcmcia or pci feature
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi4
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-09-25wpa-supplicant, hostap: fixed wrong syntax for mtx-[12] conditional entries ↵Martin Dietze1
in recipes.
2006-09-08hostap-daemon and madwifi: fix compatibility problems on mtx platformsMartin Dietze4
* added mtx-2 configuration to hostapd-daemon * made madwifi-modules_cvs the default choice (the bsd branch has been abandoned) * made sure that madwifi_modules stages the headers correctly so that hostap-daemon compiles on mtx/nylon
2006-08-08merge of '22a005b824014688c2c41c2dba34c42bf145a946'Marcin Juszkiewicz12
and '8e90244a719ea0f6cc33218bf925484a5a4e1855'
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther12
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included.
2006-08-04hostap-conf: synced with .oz354x (added two cards)Marcin Juszkiewicz3
2006-06-09hostap-conf: ship module aliases for Prism2 cards supported by orinoco to ↵Marcin Juszkiewicz2
get only hostap loaded
2006-05-01hostap-conf: removed some Orinoco cardsMarcin Juszkiewicz2
2006-05-01hostap-conf: added some cards from #836 and some from orinoco-conf. set me ↵Marcin Juszkiewicz2
as maintainer
2006-04-24hostap-daemon: Added DEPENDS=openssl for openssl/md5.h build requirement.Rod Whitby1
2006-04-08Remove virutal/kernel-hostap as linux-openzaurus just needs to RPROVIDES ↵Richard Purdie3
hostap-modules.
2006-04-07hostap-modules: hostap-modules-cs now RDEPEND on hostap-confMarcin Juszkiewicz6
- its easier to update only hostap-conf when new card is added
2006-03-20hostap-daemon: added 0.4.8 (latest stable) and 0.5.1 (latest devel) - both ↵Marcin Juszkiewicz2
set to non default
2006-03-20hostap-daemon: moved repeated patches to hostap-daemon/ dirMarcin Juszkiewicz14
2006-03-20added hostap-utils 0.4.7 (set as not default)Marcin Juszkiewicz1
2006-03-20hostap-utils: move common part to .incMarcin Juszkiewicz3
2006-03-20hostap-daemon: create common .inc file to simplify managmentMarcin Juszkiewicz3
2006-03-19hostap-modules/hostap-utils: Cleanup DEPENDS/(R)PROVIDERS - ↵Richard Purdie8
virtual/kernel-hostap is a runtime entity and allows the hostap modules to be external kernel modules, internal kernel modules or built into the kernel.
2006-03-03hostap-modules: add 0.3.10 and 0.4.7Philipp Zabel2
- closes #708 - 0.4.7 still doesn't compile against 2.6.15-hh0 as long as kernel_updates.patch is applied.
2006-03-03hostap-modules: cleanup to avoid duplicationPhilipp Zabel24
2006-01-14added hostap-conf package with cards definitions for pcmcia-csMarcin Juszkiewicz5
- files/hostap_cs.conf-upstream is taken from hostap-modules 0.4.5 source - each machine which use in-kernel version of hostap modules should have "hostap-conf" in BOOTSTRAP_EXTRA_RDEPENDS - hostap-modules_*.bb PROVIDE hostap-conf - hostap-modules-cs RPROVIDE hostap-conf
2005-12-15hostap-utils 0.4.0: fix serious bugs:Koen Kooi1
* RDEPENDS wasn't a subset of DEPENDS * Packages should NOT RDEPEND on kernel-modules, but RRECOMMEND them * ha-u DEPENDS on ha-m and RRECOMMENDS ha-m now
2005-12-15hostap-utils: fix a typoRichard Purdie1
2005-12-14hostap, linuz-oz-2.6: Change hostap-utils/hostap-daemon to depend on ↵Richard Purdie7
virtual/kernel-hostap which can either be provided by external modules or the kernel itself depending on the machine configuration.
2005-09-28hostap-modules: added two more cardsMarcin Juszkiewicz4
2005-09-28hostap-modules: added few cards into hostap_cs.confMarcin Juszkiewicz4
2005-09-19hostap: These changes will happen in 2.6.15 but are present in the current ↵Richard Purdie1
-mm series. To get this to work, -mm kernels will have to pretend to be 2.6.15. The only other alternative is to break 2.6.14 series kernels which is unacceptable.
2005-09-18hostap: Add fixes so it builds correctly for kernels > 2.6.13Richard Purdie1
2005-09-17hostap: Add fixes so it builds correctly for kernels > 2.6.13Richard Purdie1
2005-08-25added hostap-utils 0.4.0 (development version)Marcin Juszkiewicz1
2005-08-25added hostap-daemon 0.4.4 (development version)Marcin Juszkiewicz8
2005-08-24added hostap modules 0.4.4 (development version which works with kernel 2.6.13)Marcin Juszkiewicz5
2005-08-24hostap: Add cardid table so it works with recent kernelsRichard Purdie2
2005-08-22hostap-modules-0.3.9: add forgotten event_patchMichael Lauer1
2005-08-22added 'add_event.patch' to get hostap-modules working with 2.6.12+ kernels - ↵Marcin Juszkiewicz1
close bug #231
2005-08-05added hostap-modules 0.3.9Marcin Juszkiewicz7
2005-08-03hostap: Fix this to work with the latest kernelsRichard Purdie2
2005-07-28hostap-utils: fix firmware path for prism3 fw 1.8.4Michael Lauer2
2005-07-25hostap-modules: kernel 2.6.13-rc3-mm1 has made changes that make theGraeme Gregory2
KERNEL_VERSION macro not available to hostap without explicitly including the utsname.h file. This patch should be harmless for other kernel versions but includes the needed file if using 2.6.13-rc3-mm1
2005-06-30import clean BK tree at cset 1.3670Koen Kooi16
2005-06-04Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net1
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/06/04 14:47:13+02:00 handhelds.org!zecke meta-opie: Fix building of meta-opie by fixing dependencies 2005/06/04 14:45:15+02:00 handhelds.org!zecke h3600 compile fixes: Fix the default h3600 build (distro familiar-0.9.0) BKrev: 42a1af386QiNy3ZtnVoOMVkqpfUqmg
2005-05-27Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net13
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/27 11:33:11+02:00 void!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into dominion.dominion.void:/data/build/oe/openembedded 2005/05/27 11:31:16+02:00 void!koen osso-thumbnail_0.3.1-1.bb: finally get it right so stuff actually links 2005/05/27 11:12:01+02:00 local!hrw Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into marcinj.local:/home/hrw/zaurus/oe/openembedded 2005/05/27 11:08:58+02:00 void!koen use newer, but still old API dbus in preferred-gpe-versions 2005/05/27 11:08:14+02:00 local!hrw removed all hostap-* older then 0.3.7 2005/05/27 10:56:56+02:00 void!koen osso-thumbnail_0.3.1-1.bb: fix staging BKrev: 4296eafeT1K-pWK3ylRzDtHHQXZg6A