summaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* now that the gemini target is working, get rid of the obsolete and buggy ↵Imre Kaloz2009-06-011-3/+0
| | | | | | storm target SVN-Revision: 16274
* fix madwifi for the gemini targetImre Kaloz2009-06-011-0/+3
| | | | SVN-Revision: 16270
* Build madwifi with compression capability enabled Signed-off-by: Vasilis ↵Jo-Philipp Wich2009-05-201-0/+3
| | | | | | Tsiligiannis <b_tsiligiannis@silverton.gr> SVN-Revision: 15949
* madwifi: the openwrt build system usually has a better idea of what the ↵Felix Fietkau2009-05-111-0/+1
| | | | | | target arch is than the madwifi build system :) SVN-Revision: 15788
* madwifi: clean up handling of various timings such as slot time, ack ↵Felix Fietkau2009-05-081-1/+1
| | | | | | timeout, eifs time, etc. SVN-Revision: 15713
* upgrade to a new public hal build - contains several minor fixes including ↵Felix Fietkau2009-05-081-5/+13
| | | | | | ani improvements SVN-Revision: 15709
* madwifi: remove old Makefile hacks not needed anymoreNicolas Thill2009-04-251-6/+1
| | | | SVN-Revision: 15408
* madwifi: fix a header file conflict with iptablesFelix Fietkau2009-04-231-1/+1
| | | | SVN-Revision: 15354
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* madwifi on linux 2.4 is no longer supportedFelix Fietkau2009-03-261-1/+1
| | | | SVN-Revision: 15052
* implement support for wprobe in madwifiFelix Fietkau2009-03-261-0/+13
| | | | SVN-Revision: 15051
* madwifi: mode txpower to wifi-device section, but remain backwards compatibleAndy Boyett2009-01-311-4/+4
| | | | SVN-Revision: 14307
* remove madwifi-testing (it confuses users) - it doesn't work, never has, and ↵Felix Fietkau2008-10-161-10/+5
| | | | | | i'm not going to finish it. SVN-Revision: 12992
* madwifi: select the right hal binary for EABI on ARMFelix Fietkau2008-09-051-4/+4
| | | | SVN-Revision: 12540
* fix madwifi upstream compile for mips (#3952)Felix Fietkau2008-09-021-2/+2
| | | | SVN-Revision: 12488
* fix madwifi hal target for mips*Felix Fietkau2008-08-301-5/+14
| | | | SVN-Revision: 12435
* madwifi: add 0.9.4 madwifi as a menuconfig option, as requested in some ↵Felix Fietkau2008-07-311-19/+42
| | | | | | mails/tickets untested, does not work with 2.6.26 SVN-Revision: 12047
* madwifi: change the network scripts to use the new wds sta separation featureFelix Fietkau2008-07-301-2/+1
| | | | SVN-Revision: 12005
* rename patches-r3776 to patches-testingFelix Fietkau2008-07-181-1/+1
| | | | SVN-Revision: 11868
* fix some madwifi-testing bugsFelix Fietkau2008-07-181-1/+1
| | | | SVN-Revision: 11865
* huge madwifi update (work in progress, disabled by default, compiles but ↵Felix Fietkau2008-07-171-3/+9
| | | | | | breaks at run time) SVN-Revision: 11851
* add some madwifi fixes and enhancements by Sven-Ola, refresh patchesFelix Fietkau2008-07-161-1/+1
| | | | SVN-Revision: 11848
* add preliminary Marvell Orion supportImre Kaloz2008-06-041-0/+3
| | | | SVN-Revision: 11352
* madwifi: fix cflags for generic mips halFelix Fietkau2008-06-011-0/+1
| | | | SVN-Revision: 11319
* fix madwifi menuconfig (thx, Othello)Felix Fietkau2008-06-011-4/+1
| | | | SVN-Revision: 11318
* madwifi: update to sam leffler's latest hal fixes LED on wisoc fixes rx ↵Felix Fietkau2008-06-011-88/+41
| | | | | | sensitivity issues improves throughput on all cards/devices enhances link stability SVN-Revision: 11314
* ifndef is not supported inside make variable expansionFelix Fietkau2008-05-171-1/+1
| | | | SVN-Revision: 11165
* This patch adds a number of configuration options to the MadWifi package. ↵Travis Kemen2008-05-151-35/+109
| | | | | | You can now configure the HAL, bus, default rate control algorithm as well as the debug mode from within make menuconfig. The goal is to be able to support hardware profiles with different HALs without messing around with the Makefile directly. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 11140
* add preliminary support for Storm SL3512 based devices, not ready yetImre Kaloz2008-04-271-0/+3
| | | | SVN-Revision: 10956
* explicitely disable a bunch of package on ar7 until we properly detect pci & ↵Nicolas Thill2008-04-151-3/+3
| | | | | | usb support at configure time SVN-Revision: 10839
* do target dependent optimizationsImre Kaloz2008-04-141-2/+2
| | | | SVN-Revision: 10834
* 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