aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* remove ueagle-atm and use the in-kernel driver, split up usb-atmFlorian Fainelli2007-06-013-75/+20
| | | | SVN-Revision: 7438
* optimize the performance of the minstrel rate algorithm - don't sample lower ↵Felix Fietkau2007-06-011-0/+12
| | | | | | rates if the rate with the higest probability is high SVN-Revision: 7437
* minor locking changeFelix Fietkau2007-06-011-0/+67
| | | | SVN-Revision: 7436
* madwifi: fix a crash in ff handlingFelix Fietkau2007-06-011-0/+11
| | | | SVN-Revision: 7435
* disable tpc in madwifi by default (seems to be hurting performance in ↵Felix Fietkau2007-06-011-0/+12
| | | | | | long-distance links) SVN-Revision: 7434
* Remove zd1211 now we have zd1211rw which is in the kernel sourceFlorian Fainelli2007-06-012-113/+0
| | | | SVN-Revision: 7433
* Make nls-base dependency 2.6 specific, really closes #1647Florian Fainelli2007-06-011-13/+52
| | | | SVN-Revision: 7432
* change wifi defaults (was default hidden ssid)Mike Baker2007-06-011-2/+2
| | | | SVN-Revision: 7430
* Mark aodv-uu as broken with the .21 upgradeFlorian Fainelli2007-06-011-0/+1
| | | | SVN-Revision: 7427
* forgot a small changeFelix Fietkau2007-06-011-8/+9
| | | | SVN-Revision: 7426
* clean up madwifi and sync with trunkFelix Fietkau2007-06-019-962/+151
| | | | SVN-Revision: 7425
* Check for modules.d existence before loading modulesFlorian Fainelli2007-05-311-2/+4
| | | | SVN-Revision: 7423
* mount_root should only mount the rootMike Baker2007-05-312-48/+54
| | | | SVN-Revision: 7418
* make sure that /etc/rc.d exists before creating symlinksFelix Fietkau2007-05-311-0/+1
| | | | SVN-Revision: 7417
* madwifi: fix a few locking mistakesFelix Fietkau2007-05-311-80/+92
| | | | SVN-Revision: 7410
* madwifi: add patch for doing ad-hoc and master mode at the same (including ↵Felix Fietkau2007-05-312-0/+252
| | | | | | beacon handling) SVN-Revision: 7409
* Added kernel module definitions for Kaweth and Pegasus usb ethernet adapters.Rod Whitby2007-05-301-0/+24
| | | | SVN-Revision: 7406
* Update YAFFS config, wget2nand should use br-lan since eth0 is always ↵Florian Fainelli2007-05-301-3/+3
| | | | | | bridged now, vmlinux.elf has to be used SVN-Revision: 7404
* Fix admswconfig source URLFlorian Fainelli2007-05-301-2/+2
| | | | SVN-Revision: 7402
* Added required scsi autoloads to pata_artopRod Whitby2007-05-301-1/+1
| | | | SVN-Revision: 7389
* pata-artop: no longer requires ide modulesRod Whitby2007-05-291-1/+1
| | | | SVN-Revision: 7382
* update openswan to latest upstream version and add fixes for 2.6.21 api changesFelix Fietkau2007-05-285-59/+19
| | | | SVN-Revision: 7379
* fix kmod-usb-hid package buildFelix Fietkau2007-05-281-5/+3
| | | | SVN-Revision: 7378
* Fix the scx200 gpio kernel module (#1072)Florian Fainelli2007-05-281-2/+2
| | | | SVN-Revision: 7364
* Fix mppe packaging from #1742Florian Fainelli2007-05-271-1/+4
| | | | SVN-Revision: 7362
* Add support for USB HID (#1322)Florian Fainelli2007-05-271-0/+14
| | | | SVN-Revision: 7360
* Add yealink usb phone kernel packagesFlorian Fainelli2007-05-272-0/+35
| | | | SVN-Revision: 7359
* bridge the lan interface by defaultFelix Fietkau2007-05-261-0/+1
| | | | SVN-Revision: 7349
* update madwifi to latest trunk - performance enhancementsFelix Fietkau2007-05-2619-308/+307
| | | | SVN-Revision: 7341
* nuke the old d80211 backport - will be replaced soonFelix Fietkau2007-05-2638-20080/+0
| | | | SVN-Revision: 7340
* bcm47xx compile fix for .21, thanks to nozImre Kaloz2007-05-262-0/+14
| | | | SVN-Revision: 7337
* fix ar7 compileFelix Fietkau2007-05-241-0/+14
| | | | SVN-Revision: 7331
* awx: fix translationFelix Fietkau2007-05-231-8/+9
| | | | SVN-Revision: 7316
* break trunk temporary - upgrade to 2.6.21.1 and iptables 1.3.7Imre Kaloz2007-05-233-48/+17
| | | | SVN-Revision: 7315
* awx: fix a typoFelix Fietkau2007-05-231-1/+1
| | | | SVN-Revision: 7314
* fix awx segfaultsFelix Fietkau2007-05-231-40/+44
| | | | SVN-Revision: 7311
* update madwifi to latest trunk (refcount and hal-0.9.30.13 got merged) and ↵Felix Fietkau2007-05-234-2248/+91
| | | | | | include a security fix that was merged in 0.9.3.1 SVN-Revision: 7309
* seems like the upstream fix for the minstrel crash wasn't enough. add an ↵Felix Fietkau2007-05-211-0/+13
| | | | | | extra check SVN-Revision: 7303
* madwifi: add support for the ahdemo (ad-hoc demo) mode in ↵Felix Fietkau2007-05-211-3/+3
| | | | | | /etc/config/wireless. using it, simultaneous ap+mesh operation is possible SVN-Revision: 7302
* fix essid setting in adhoc modeFelix Fietkau2007-05-211-3/+1
| | | | SVN-Revision: 7301
* madwifi: switch to latest madwifi-hal-0.9.30.13 snapshot as reference merge ↵Felix Fietkau2007-05-2115-399/+2391
| | | | | | in refcount branch as well and clean up openwrt patches (a few fixes got merged upstream) SVN-Revision: 7300
* oops... wrong patch (unfixed typo)Felix Fietkau2007-05-211-1/+1
| | | | SVN-Revision: 7299
* more cleanupFelix Fietkau2007-05-211-31/+14
| | | | SVN-Revision: 7298
* cleanupFelix Fietkau2007-05-212-20/+18
| | | | SVN-Revision: 7297
* fix the patch fileFelix Fietkau2007-05-201-2/+2
| | | | SVN-Revision: 7296
* Fix malformed patchRod Whitby2007-05-201-1/+1
| | | | SVN-Revision: 7295
* remove debug crap accidentally left in the patchFelix Fietkau2007-05-201-3/+1
| | | | SVN-Revision: 7292
* awx: improve memory allocation handlingFelix Fietkau2007-05-201-27/+32
| | | | SVN-Revision: 7291
* Support for the ARTOP IDE chipset on IOMega NAS100d (pata-artop).Rod Whitby2007-05-201-0/+11
| | | | SVN-Revision: 7279
* Fix the scx200 watchdog typo (#1724)Florian Fainelli2007-05-201-1/+1
| | | | SVN-Revision: 7277