summaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* package: madwifi: mark as broken for 3.2Jonas Gorski2011-11-091-1/+1
| | | | SVN-Revision: 28894
* package/madwifi: mark as broken for linux 3.1Jonas Gorski2011-08-091-1/+1
| | | | | | Madwifi does not compile because of VLAN API changes. SVN-Revision: 27937
* madwifi: fix logic error in r25929Felix Fietkau2011-03-071-1/+1
| | | | SVN-Revision: 25942
* use the xscale hal by default for arm, override it where neededImre Kaloz2011-03-071-14/+11
| | | | SVN-Revision: 25929
* only support EABI on ARM targetsImre Kaloz2011-03-071-6/+6
| | | | SVN-Revision: 25928
* make all wext wifi drivers select DRIVER_WEXT_SUPPORT, so that ↵Felix Fietkau2011-02-131-1/+1
| | | | | | hostapd/wpa_supplicant can make it optional SVN-Revision: 25518
* add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)Imre Kaloz2010-07-211-0/+3
| | | | SVN-Revision: 22323
* madwifi: in-flash macs for mach-eap7660dGabor Juhos2010-07-151-1/+1
| | | | | | | | | This patch makes madwifi respect (at least) the platform_data supplied MAC address. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 22190
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-13/+13
| | | | SVN-Revision: 22145
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-1/+1
| | | | SVN-Revision: 21956
* package/madwifi: move configuration in submenuNicolas Thill2010-04-161-0/+1
| | | | SVN-Revision: 20911
* madwifi: remove redundant conditional dep, atheros has PCI supportNicolas Thill2010-03-181-1/+1
| | | | SVN-Revision: 20263
* use a common way of marking packages as not supported on specific targetsNicolas Thill2010-03-101-1/+1
| | | | SVN-Revision: 20117
* add me as a maintainer for a few other packagesFelix Fietkau2010-01-311-0/+1
| | | | SVN-Revision: 19439
* disable a few packages failing on pxcab (marking them as BROKEN)Nicolas Thill2009-12-231-1/+1
| | | | SVN-Revision: 18903
* mark mac80211 & madwifi as BROKEN for ep93xxNicolas Thill2009-12-211-1/+1
| | | | SVN-Revision: 18877
* prevent madwifi from being compiled on sibyteFlorian Fainelli2009-12-041-1/+1
| | | | SVN-Revision: 18631
* we cannot build madwifi for octeon since there is no mips64r2 hal targetFlorian Fainelli2009-10-081-1/+1
| | | | SVN-Revision: 18001
* madwifi: add HAL_TARGET mapping for kirkwood boardNicolas Thill2009-10-061-0/+3
| | | | SVN-Revision: 17960
* madwifi cannot be compiled on cobalt which has a different mips cpu abiFlorian Fainelli2009-10-061-1/+1
| | | | SVN-Revision: 17953
* madwifi: bump package revisionAndy Boyett2009-09-151-1/+1
| | | | SVN-Revision: 17589
* bump some revisions and update copyrightsAndy Boyett2009-09-101-1/+1
| | | | SVN-Revision: 17554
* remove support for the madwifi upstream release, it doesn't work on newer ↵Felix Fietkau2009-08-191-35/+14
| | | | | | kernels and it's not very reliable anyway SVN-Revision: 17315
* madwifi: add patch for building all modules (except for the HAL) into a ↵Felix Fietkau2009-08-191-5/+14
| | | | | | single module. saves space and gets rid of unnecessary exports removes support for onoe and amrr - I don't think anybody needs these anymore SVN-Revision: 17314
* madwifi: remove the -mlong-calls cflag from include filesFelix Fietkau2009-07-131-0/+1
| | | | SVN-Revision: 16830
* madwifi: Disable compression capability on AR71XX and make it optional for ↵Vasilis Tsiligiannis2009-07-011-1/+5
| | | | | | other platforms (thanks to David A. Bandel and Dennis Bartsch) SVN-Revision: 16642
* Various Makefile cleanup.Hauke Mehrtens2009-06-131-3/+3
| | | | | | Thanks to swalker. SVN-Revision: 16437
* 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