summaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* package/madwifi: move configuration in submenunico2010-04-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20911 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: remove redundant conditional dep, atheros has PCI supportnico2010-03-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20263 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] use a common way of marking packages as not supported on specific ↵nico2010-03-101-1/+1
| | | | | | targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add me as a maintainer for a few other packagesnbd2010-01-311-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] disable a few packages failing on pxcab (marking them as BROKEN)nico2009-12-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18903 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mark mac80211 & madwifi as BROKEN for ep93xxnico2009-12-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] prevent madwifi from being compiled on sibyteflorian2009-12-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] we cannot build madwifi for octeon since there is no mips64r2 hal ↵florian2009-10-081-1/+1
| | | | | | target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: add HAL_TARGET mapping for kirkwood boardnico2009-10-061-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi cannot be compiled on cobalt which has a different mips ↵florian2009-10-061-1/+1
| | | | | | cpu abi git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: bump package revisionagb2009-09-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] bump some revisions and update copyrightsagb2009-09-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17554 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove support for the madwifi upstream release, it doesn't work on newer ↵nbd2009-08-191-35/+14
| | | | | | kernels and it's not very reliable anyway git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add patch for building all modules (except for the HAL) into a ↵nbd2009-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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove the -mlong-calls cflag from include filesnbd2009-07-131-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16830 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: Disable compression capability on AR71XX and make it ↵acinonyx2009-07-011-1/+5
| | | | | | optional for other platforms (thanks to David A. Bandel and Dennis Bartsch) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] Various Makefile cleanup.hauke2009-06-131-3/+3
| | | | | | | Thanks to swalker. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* now that the gemini target is working, get rid of the obsolete and buggy ↵kaloz2009-06-011-3/+0
| | | | | | storm target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi for the gemini targetkaloz2009-06-011-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16270 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] [madwifi] Build madwifi with compression capability enabledjow2009-05-201-0/+3
| | | | | | | Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: the openwrt build system usually has a better idea of what the ↵nbd2009-05-111-0/+1
| | | | | | target arch is than the madwifi build system :) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15788 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: clean up handling of various timings such as slot time, ack ↵nbd2009-05-081-1/+1
| | | | | | timeout, eifs time, etc. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to a new public hal build - contains several minor fixes including ↵nbd2009-05-081-5/+13
| | | | | | ani improvements git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: remove old Makefile hacks not needed anymorenico2009-04-251-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a header file conflict with iptablesnbd2009-04-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi on linux 2.4 is no longer supportednbd2009-03-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* implement support for wprobe in madwifinbd2009-03-261-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: mode txpower to wifi-device section, but remain backwards ↵agb2009-01-311-4/+4
| | | | | | compatible git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove madwifi-testing (it confuses users) - it doesn't work, never has, and ↵nbd2008-10-161-10/+5
| | | | | | i'm not going to finish it. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: select the right hal binary for EABI on ARMnbd2008-09-051-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi upstream compile for mips (#3952)nbd2008-09-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12488 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi hal target for mips*nbd2008-08-301-5/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add 0.9.4 madwifi as a menuconfig option, as requested in some ↵nbd2008-07-311-19/+42
| | | | | | | | | mails/tickets untested, does not work with 2.6.26 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12047 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: change the network scripts to use the new wds sta separation featurenbd2008-07-301-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename patches-r3776 to patches-testingnbd2008-07-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11868 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix some madwifi-testing bugsnbd2008-07-181-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11865 3c298f89-4303-0410-b956-a3cf2f4a3e73
* huge madwifi update (work in progress, disabled by default, compiles but ↵nbd2008-07-171-3/+9
| | | | | | breaks at run time) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11851 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some madwifi fixes and enhancements by Sven-Ola, refresh patchesnbd2008-07-161-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11848 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary Marvell Orion supportkaloz2008-06-041-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix cflags for generic mips halnbd2008-06-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix madwifi menuconfig (thx, Othello)nbd2008-06-011-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11318 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: update to sam leffler's latest halnbd2008-06-011-88/+41
| | | | | | | | | | fixes LED on wisoc fixes rx sensitivity issues improves throughput on all cards/devices enhances link stability git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ifndef is not supported inside make variable expansionnbd2008-05-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* This patch adds a number of configuration options to the MadWifi package. ↵thepeople2008-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary support for Storm SL3512 based devices, not ready yetkaloz2008-04-271-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* explicitely disable a bunch of package on ar7 until we properly detect pci & ↵nico2008-04-151-3/+3
| | | | | | usb support at configure time git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do target dependent optimizationskaloz2008-04-141-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add support for drop-in hal replacementsnbd2008-03-201-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pull madwifi forward to the latest upstream version - should fix some dual ↵nbd2008-01-311-1/+1
| | | | | | radio issues; add preliminary 2.6.24 support patch (compiles, not run-time tested, thx SeG) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10334 3c298f89-4303-0410-b956-a3cf2f4a3e73