summaryrefslogtreecommitdiffstats
path: root/package/madwifi
Commit message (Collapse)AuthorAgeFilesLines
...
* improve handling of 11a/b/g mode setting. redirect iwconfig channel errors ↵Felix Fietkau2007-04-161-4/+5
| | | | | | to /dev/null (the command fails at times and needs to be run multiple times, because it's a bit unreliable) SVN-Revision: 6975
* madwifi init: set the channel after bringing up the interface (sometimes it ↵Felix Fietkau2007-04-121-0/+1
| | | | | | needs the channel before bringing up the interface, sometimes after, no idea what's going on) SVN-Revision: 6939
* don't call wpa_supplicant unconditionallyFelix Fietkau2007-03-241-1/+1
| | | | SVN-Revision: 6656
* fix wep encryption setting for madwifiFelix Fietkau2007-03-241-1/+5
| | | | SVN-Revision: 6655
* fix a small typoFelix Fietkau2007-03-241-1/+1
| | | | SVN-Revision: 6654
* fix a harmless warningFelix Fietkau2007-03-231-1/+1
| | | | SVN-Revision: 6650
* Add bssid fix from #1281Florian Fainelli2007-03-182-0/+42
| | | | SVN-Revision: 6601
* remove duplicate section to find bridge nameTravis Kemen2007-03-171-4/+0
| | | | SVN-Revision: 6591
* 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 a new 'option disabled' to wifi-deviceMike Baker2007-03-161-1/+1
| | | | SVN-Revision: 6576
* Enable bridge, disable wifi Easier to deal with "how do I enable wifi" than ↵Mike Baker2007-03-151-1/+4
| | | | | | "why isn't wifi working?" SVN-Revision: 6570
* added TXpower, antenna diversity, distance, backround scan, PSK and PSK2 ↵Travis Kemen2007-03-151-7/+71
| | | | | | settings, from #1287 #1255 SVN-Revision: 6567
* add preliminary IOP32x support, mark it broken for nowImre Kaloz2007-03-112-12/+26
| | | | SVN-Revision: 6557
* use config_get_bool for hide_ssid option in madwifiFelix Fietkau2007-02-271-3/+3
| | | | SVN-Revision: 6408
* Add hidden_ssid option to madwifi script (#1363)Florian Fainelli2007-02-271-0/+3
| | | | SVN-Revision: 6406
* nuke even more debug stuffFelix Fietkau2007-02-201-14/+48
| | | | SVN-Revision: 6333
* sorry, last commit had a bugFelix Fietkau2007-02-201-1/+1
| | | | SVN-Revision: 6332
* fix debug patch for ahbFelix Fietkau2007-02-201-21/+30
| | | | SVN-Revision: 6331
* disable debugging stuff in madwifi - saves precious flash space :)Imre Kaloz2007-02-202-1/+106
| | | | SVN-Revision: 6329
* fix madwifi compile for atheros 2.6Felix Fietkau2007-02-041-3/+3
| | | | SVN-Revision: 6260
* get rid of the get_system_type() dependency for atheros 2.6Felix Fietkau2007-02-041-13/+47
| | | | SVN-Revision: 6259
* Fix wep encryption setting with madwifi (#1173)Florian Fainelli2007-01-181-1/+1
| | | | SVN-Revision: 6125
* fix a small typoFelix Fietkau2007-01-151-1/+1
| | | | SVN-Revision: 6104
* fix madwifi mode selection problemsFelix Fietkau2007-01-101-8/+8
| | | | SVN-Revision: 6063
* fix typoFelix Fietkau2007-01-091-1/+1
| | | | SVN-Revision: 6049
* fix a typoFelix Fietkau2007-01-081-1/+1
| | | | SVN-Revision: 6039
* fix b/g mode selection for madwifi, update documentationFelix Fietkau2007-01-041-3/+18
| | | | SVN-Revision: 5973
* madwifi: fix setting the essid for ap modeFelix Fietkau2006-12-271-1/+1
| | | | SVN-Revision: 5903
* remove problematic change that probably broke SoC supportFelix Fietkau2006-12-221-31/+1
| | | | SVN-Revision: 5891
* move hostapd setup function to wireless-tools package, as it is driver ↵Felix Fietkau2006-12-221-65/+0
| | | | | | independent SVN-Revision: 5890
* nuke old madwifi init script, add new /lib/wifi handler (usable for many ↵Felix Fietkau2006-12-223-8/+6
| | | | | | configurations already), fix up a target name SVN-Revision: 5889
* lots of enhancements for the madwifi script (hostapd calls for ap with wpa ↵Felix Fietkau2006-12-221-36/+125
| | | | | | implemented, two kinds of wds support added - by essid or by bssid, various bugfixes) SVN-Revision: 5888
* update madwifi SoC support patch, add device ids for 2317 (will be ↵Felix Fietkau2006-12-221-9/+83
| | | | | | functional after a hal upgrade) SVN-Revision: 5887
* add two patches from madwifi trac ticket 914 - should fix multiple ↵Felix Fietkau2006-12-192-0/+65
| | | | | | wlanconfig create/destroy runs and a few wds related crashes SVN-Revision: 5865
* use INSTALL_DIR variableNicolas Thill2006-12-161-3/+2
| | | | SVN-Revision: 5809
* add SoC support to madwifiFelix Fietkau2006-12-163-2/+365
| | | | 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
* prepare madwifi for the kernel upgrade to 2.6.19Felix Fietkau2006-12-142-0/+397
| | | | SVN-Revision: 5780
* add an update for the not-entirely-correct security fix of madwifi (see ↵Felix Fietkau2006-12-081-0/+27
| | | | | | [5720], madwifi changeset 1847) SVN-Revision: 5726
* update madwifi (security issues: CVE-2006-6332)Felix Fietkau2006-12-081-2/+2
| | | | SVN-Revision: 5720
* /etc/config/wireless support for madwifi (work in progress)Mike Baker2006-11-231-0/+147
| | | | SVN-Revision: 5630
* 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-173-39/+38
| | | | SVN-Revision: 5189
* Do not automatically create atheros devices (#811), and potentially other bugsFlorian Fainelli2006-10-161-1/+1
| | | | SVN-Revision: 5168
* init script cleanup, use /etc/rc.d/ for enabled scripts, ↵Felix Fietkau2006-10-152-2/+3
| | | | | | /etc/init.d/<pkgname> (enable|disable) manages symlinks SVN-Revision: 5128
* finally move buildroot-ng to trunkFelix Fietkau2016-03-208-0/+593