aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* madwifi: add support for drop-in hal replacementsFelix Fietkau2008-03-201-0/+12
| | | | SVN-Revision: 10629
* pull madwifi forward to the latest upstream version - should fix some dual ↵Felix Fietkau2008-01-311-1/+1
| | | | | | radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG) SVN-Revision: 10334
* update madwifi to latest trunk, include a few more fixes/improvementsFelix Fietkau2008-01-281-4/+4
| | | | SVN-Revision: 10294
* upgrade madwifi, finally fix the annoying ap auto channel selection bug, ↵Felix Fietkau2008-01-251-7/+16
| | | | | | default to automatic channel selection SVN-Revision: 10259
* remove uninstalldev templates (no longer necessary)Felix Fietkau2007-12-251-4/+0
| | | | SVN-Revision: 9906
* update to latest madwifi-dfs snapshot, fix a crash on broadcom 47xxFelix Fietkau2007-12-131-1/+1
| | | | SVN-Revision: 9718
* update madwifi to the madwifi-dfs branch - should fix a few ad-hoc mode ↵Felix Fietkau2007-12-021-5/+8
| | | | | | issues, needs more testing SVN-Revision: 9648
* update to latest madwifi snapshot - fixes some noderef bugsFelix Fietkau2007-11-271-2/+2
| | | | SVN-Revision: 9602
* update madwifi to latest rev - works around some crashinessFelix Fietkau2007-11-071-2/+2
| | | | SVN-Revision: 9507
* update madwifi to latest version (fixes #2403)Felix Fietkau2007-10-311-2/+2
| | | | SVN-Revision: 9466
* i686 should use the i386 HALFlorian Fainelli2007-10-241-0/+3
| | | | SVN-Revision: 9438
* upgrade madwifi to r2756Felix Fietkau2007-10-241-3/+3
| | | | SVN-Revision: 9422
* Convert the karma changes to be an ioctlFlorian Fainelli2007-10-191-22/+0
| | | | SVN-Revision: 9358
* Build a karma variant of madwifiFlorian Fainelli2007-10-141-0/+22
| | | | SVN-Revision: 9316
* add $(STAGING_DIR) as argument to the InstallDev template and update ↵Felix Fietkau2007-09-281-5/+5
| | | | | | packages accordingly - this way we can reuse InstallDev to automatically generate UninstallDev or create -dev packages SVN-Revision: 9052
* prevent madwifi from building on UMLNicolas Thill2007-09-201-1/+6
| | | | SVN-Revision: 8855
* don't assume PCI support, cleanupNicolas Thill2007-09-161-37/+45
| | | | SVN-Revision: 8803
* fix madwifi build on atherosFelix Fietkau2007-09-091-1/+1
| | | | SVN-Revision: 8725
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-2/+4
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-4/+1
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653
* use a default VERSION field for kmod packagesNicolas Thill2007-09-021-1/+0
| | | | SVN-Revision: 8575
* madwifi: bump release versionFelix Fietkau2007-08-011-1/+1
| | | | SVN-Revision: 8311
* Some packages make no sense or do not build for etraxJohn Crispin2007-07-291-1/+1
| | | | SVN-Revision: 8216
* avr32 build fixesImre Kaloz2007-07-171-1/+1
| | | | SVN-Revision: 8017
* sync with latest madwifi snapshot, refresh patches, add tpc fix by mdtaylor ↵Felix Fietkau2007-07-111-2/+2
| | | | | | (should fix #1949) SVN-Revision: 7929
* another madwifi updateFelix Fietkau2007-07-041-2/+2
| | | | SVN-Revision: 7866
* update to the latest madwifi snapshotFelix Fietkau2007-07-031-2/+2
| | | | SVN-Revision: 7864
* madwifi update: include upstream fixes for ff handling, disable ff by ↵Felix Fietkau2007-06-021-2/+2
| | | | | | default (not reliable enough), wpa in ap mode should be working now SVN-Revision: 7440
* clean up madwifi and sync with trunkFelix Fietkau2007-06-011-2/+2
| | | | SVN-Revision: 7425
* update madwifi to latest trunk - performance enhancementsFelix Fietkau2007-05-261-2/+2
| | | | SVN-Revision: 7341
* update madwifi to latest trunk (refcount and hal-0.9.30.13 got merged) and ↵Felix Fietkau2007-05-231-3/+3
| | | | | | include a security fix that was merged in 0.9.3.1 SVN-Revision: 7309
* madwifi: switch to latest madwifi-hal-0.9.30.13 snapshot as reference merge ↵Felix Fietkau2007-05-211-5/+6
| | | | | | in refcount branch as well and clean up openwrt patches (a few fixes got merged upstream) SVN-Revision: 7300
* madwifi: remove V=1 (was only added for debugging)Felix Fietkau2007-05-131-2/+1
| | | | SVN-Revision: 7218
* huge madwifi update - use a madwifi-ng-refcount snapshot as base, includes ↵Felix Fietkau2007-05-131-9/+12
| | | | | | lots of bugfixes and performance enhancements SVN-Revision: 7211
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-2/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* add preliminary IOP32x support, mark it broken for nowImre Kaloz2007-03-111-0/+3
| | | | SVN-Revision: 6557
* disable debugging stuff in madwifi - saves precious flash space :)Imre Kaloz2007-02-201-1/+1
| | | | SVN-Revision: 6329
* fix madwifi compile for atheros 2.6Felix Fietkau2007-02-041-3/+3
| | | | SVN-Revision: 6260
* nuke old madwifi init script, add new /lib/wifi handler (usable for many ↵Felix Fietkau2006-12-221-3/+3
| | | | | | configurations already), fix up a target name SVN-Revision: 5889
* use INSTALL_DIR variableNicolas Thill2006-12-161-3/+2
| | | | SVN-Revision: 5809
* add SoC support to madwifiFelix Fietkau2006-12-161-2/+7
| | | | SVN-Revision: 5804
* remove the ar531x-2.4 target, a 2.6 port will be added soonImre Kaloz2006-12-141-1/+1
| | | | SVN-Revision: 5796
* update madwifi (security issues: CVE-2006-6332)Felix Fietkau2006-12-081-2/+2
| | | | SVN-Revision: 5720
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-1/+1
| | | | SVN-Revision: 5624
* implement target profiles in menuconfigFelix Fietkau2006-11-121-1/+1
| | | | SVN-Revision: 5512
* use target optimization flags for madwifi toolsNicolas Thill2006-10-271-2/+5
| | | | SVN-Revision: 5314
* put madwifi in the right categoryFelix Fietkau2006-10-171-1/+1
| | | | SVN-Revision: 5196
* make kernel module packaging code reusable and use it in madwifiFelix Fietkau2006-10-171-28/+37
| | | | SVN-Revision: 5189
* Do not automatically create atheros devices (#811), and potentially other bugsFlorian Fainelli2006-10-161-1/+1
| | | | SVN-Revision: 5168