aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-04184-2282/+3015
| | | | SVN-Revision: 7490
* package/refresh should clean all packages before refreshing their patchesFelix Fietkau2007-06-041-3/+4
| | | | SVN-Revision: 7489
* Rename 'refresh' to 'update' and make the new 'refresh' actually refresh all ↵Felix Fietkau2007-06-041-2/+9
| | | | | | the patches. Also added a target package/refresh which will do this to all packages in the buildroot SVN-Revision: 7488
* update uml-2.6 to 2.6.21.1 on i386, fix uml-2.6 sound modules packagingNicolas Thill2007-06-041-0/+9
| | | | SVN-Revision: 7485
* Fix endianness issues with adm5120eb, thanks to Gabor !Florian Fainelli2007-06-031-0/+112
| | | | SVN-Revision: 7479
* update wireless-tools to the latest versionFelix Fietkau2007-06-031-6/+7
| | | | SVN-Revision: 7477
* Add quilt integration for packagesFelix Fietkau2007-06-031-2/+2
| | | | | | | | | | | | | make package/<package>-prepare QUILT=1 will apply all patches using quilt Autorebuild will be disabled, so that you can edit all patches in the build dir. When you're done editing patches and everything works, you can call: make package/<package>-refresh That will copy the updated patches from quilt into package/<package>/patches, and remove all old patches. Before the patches are overwritten, the correct order of the patches is verified ('cat series' is compared against 'sort series'). SVN-Revision: 7471
* madwifi: fix an unhandle cryptoapi change (wpa2)Felix Fietkau2007-06-031-1/+16
| | | | SVN-Revision: 7470
* missing -p on mkdir commandJohn Crispin2007-06-031-2/+2
| | | | SVN-Revision: 7469
* Changed the RouterBOOT main to rootfsFlorian Fainelli2007-06-021-1/+1
| | | | SVN-Revision: 7466
* added some tools that the foxboard users are used to, when working with the foxJohn Crispin2007-06-021-0/+45
| | | | SVN-Revision: 7463
* Add iprange (#1799)Florian Fainelli2007-06-022-0/+25
| | | | SVN-Revision: 7462
* Put back zd1211 with r85 (#1806)Florian Fainelli2007-06-021-0/+67
| | | | SVN-Revision: 7461
* Unmark as brokenFlorian Fainelli2007-06-021-1/+0
| | | | SVN-Revision: 7457
* fixes for wpa/wpa2Felix Fietkau2007-06-023-3/+43
| | | | SVN-Revision: 7453
* Use the in-kernel pwc driver, no need to maintain it externallyFlorian Fainelli2007-06-024-69/+3
| | | | SVN-Revision: 7450
* fix error handling in qos-scriptsFelix Fietkau2007-06-021-1/+1
| | | | SVN-Revision: 7442
* madwifi update: include upstream fixes for ff handling, disable ff by ↵Felix Fietkau2007-06-026-38/+41
| | | | | | default (not reliable enough), wpa in ap mode should be working now SVN-Revision: 7440
* 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