summaryrefslogtreecommitdiff
path: root/packages/madwifi/madwifi-ng_r.inc
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-08-27madwifi-ng: update to snapshot r3837 (required for linux-2.6.26)Jeremy Laine1
2008-04-28madwifi-ng_r.inc: fix SRC_URI, snapshots have movedJeremy Laine1
2008-02-29madwifi-ng_r.inc: fix the list of packages built from madwifi-ngJeremy Laine1
2008-01-25divers: add debug package for 85 files with hardcoded PACKAGES definition. ↵Rolf Leggewie1
Partly fixes 2471.
2007-06-07packages/madwifi/madwifi-ng_r.inc: Set the correct arch for the Sequoia boardStelios Koroneos1
2007-05-12packages/madwifi/madwifi-ng_r.inc: set magicbox's arch to ppc so madwifi-ng ↵Stelios Koroneos1
compiles
2007-02-28madwifi-ng: The wackelf patch also applies to compulab-pxa270Mike Westerhof1
2007-02-27madwifi-ng: Make the wackelf patch conditional on ixp4xxRod Whitby1
2007-02-27packages/madwifi/madwifi-ng_r.inc: Revert the xscale specific changes backStelios Koroneos1
2007-02-27packages/madwifi/madwifi-ng_r.inc: Add efika and walnut compile supportStelios Koroneos1
2007-02-13madwifi-ng: merged slugos patches into mainline, dropped old versions.Rod Whitby1
2007-02-09madwifi: made the ixp4xx TARGET override more genericRod Whitby1
2007-01-23madwifi: Replaced the slugos-specific oemake override with ↵Rod Whitby1
machine-endianness-specific overrides
2007-01-04madwifi-ng: add slugos support and bump to latest snapshotMike Westerhof1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-08-04madwifi-ng r1692: Add madwifi snapshot 1692, which is the same as the 0.9.2Jamie Lenehan1
madwifi release (apart from the version number). This brings in a lot of fixes and makes it far more stable on my sh4 based device. I've decided not to use the actual 0.9.2 release .tar files for now since the snapshot and release version number are not really compatible and some solution for that would be needed first.