summaryrefslogtreecommitdiff
path: root/openwrt/target
Commit message (Collapse)AuthorAgeFilesLines
...
* update the 2.4 kernel to 2.4.32. it seems pl2303 has the fixes from 2.6, so ↵Imre Kaloz2005-11-187-2556/+2579
| | | | | | we now only add the new ids. gcc4 fixes will come later SVN-Revision: 2515
* fix more typosFelix Fietkau2005-11-161-3/+3
| | | | SVN-Revision: 2514
* fix failsafe mode on brcm-2.4Felix Fietkau2005-11-161-7/+7
| | | | SVN-Revision: 2513
* add extra safety for linksys nvram fixup (should fix #56, though i haven't ↵Felix Fietkau2005-11-151-4/+4
| | | | | | been able to reproduce it) SVN-Revision: 2506
* work around the remaining race condition in the tsc sched stuffFelix Fietkau2005-11-152-10/+24
| | | | SVN-Revision: 2503
* clean up tsc sched patchFelix Fietkau2005-11-152-8/+16
| | | | SVN-Revision: 2499
* add fix for htb with tsc timers and disable hysteresis for more precise shapingFelix Fietkau2005-11-152-0/+86
| | | | SVN-Revision: 2497
* security update, fixes #52Waldemar Brodkorb2005-11-151-2/+2
| | | | SVN-Revision: 2493
* fix kernel package and kernel modules dependency on itNicolas Thill2005-11-154-9/+4
| | | | SVN-Revision: 2492
* fix pcmcia modules loading (thanks to Mr-packet)Nicolas Thill2005-11-151-2/+2
| | | | SVN-Revision: 2491
* add pcmcia support for 2.4/brcm and serial_cs kernel moduleNicolas Thill2005-11-154-1/+42
| | | | SVN-Revision: 2490
* fix a race condition in the sched_use_tsc patchFelix Fietkau2005-11-142-18/+20
| | | | SVN-Revision: 2483
* fix wlcompat menuconfig dependenciesFelix Fietkau2005-11-141-2/+2
| | | | SVN-Revision: 2479
* add condition, connbytes, string and quota netfilter modulesNicolas Thill2005-11-138-11/+1491
| | | | SVN-Revision: 2478
* fix my latest commit and remove old patchesNicolas Thill2005-11-138-11617/+0
| | | | SVN-Revision: 2477
* rename netfilter patches to be in the 6xx rangeNicolas Thill2005-11-138-0/+11617
| | | | SVN-Revision: 2476
* seems like openswan needed another flags to compile properlyFelix Fietkau2005-11-131-1/+1
| | | | SVN-Revision: 2470
* fix openswan compile with linux-2.6 (bug #8)Felix Fietkau2005-11-131-0/+1
| | | | SVN-Revision: 2466
* fix copy loader.elf to image builder and add some package lists for brcm-2.6 ↵Felix Fietkau2005-11-124-0/+51
| | | | | | (fixes #35) SVN-Revision: 2465
* sync linux-2.6 makefile with the 2.4 one (will move some parts to a shared ↵Felix Fietkau2005-11-121-15/+16
| | | | | | makefile later) SVN-Revision: 2464
* move default option so that b44 defaults to y on brcm-2.6Felix Fietkau2005-11-121-1/+1
| | | | SVN-Revision: 2463
* fix typo in kernel module configurationFelix Fietkau2005-11-121-2/+2
| | | | SVN-Revision: 2462
* enable madwifi by default in brcm-2.6Felix Fietkau2005-11-121-0/+1
| | | | SVN-Revision: 2461
* make linksys fixup script safe for GS v4Felix Fietkau2005-11-121-2/+2
| | | | SVN-Revision: 2453
* port iptables fix introduced by changeset:2447 to trunkNicolas Thill2005-11-121-1/+1
| | | | SVN-Revision: 2448
* fix build_fixes patch for ar7 kernelFelix Fietkau2005-11-111-1/+1
| | | | SVN-Revision: 2440
* move generic kernel build parts out of board support patchesFelix Fietkau2005-11-116-161/+148
| | | | SVN-Revision: 2439
* backport netfilter modules split introduced by changeset:2083 in ↵Nicolas Thill2005-11-1115-13/+395
| | | | | | whiterussian (fix ticket:40) SVN-Revision: 2430
* sync netfilter config with the one in whiterussianNicolas Thill2005-11-115-26/+32
| | | | SVN-Revision: 2429
* improve signal level/quality displayFelix Fietkau2005-11-111-12/+22
| | | | SVN-Revision: 2426
* remove mkdep fix, now handled by ../generic/209-mkdep_fix.patchNicolas Thill2005-11-111-9/+0
| | | | SVN-Revision: 2422
* fix noise/signal level display (fixes #20)Felix Fietkau2005-11-111-5/+11
| | | | SVN-Revision: 2421
* add linksys nvram fixup to S05nvram (fixes #32)Felix Fietkau2005-11-111-45/+100
| | | | SVN-Revision: 2417
* extend mkdep fix (fixes #36)Felix Fietkau2005-11-111-0/+11
| | | | SVN-Revision: 2414
* fix cpmac driver buildFelix Fietkau2005-11-111-2/+2
| | | | SVN-Revision: 2413
* also add sched/tsc patch for ar7Felix Fietkau2005-11-101-0/+72
| | | | SVN-Revision: 2406
* rename sched/tsc patch for trunkFelix Fietkau2005-11-101-0/+0
| | | | SVN-Revision: 2405
* add another batch of ar7 cleanups and an ar7 watchdog timer (thx enrik!). ↵Felix Fietkau2005-11-104-1180/+1000
| | | | | | also seems to fix wag354g problems SVN-Revision: 2404
* add WA31 pattern for annex a wag354gFelix Fietkau2005-11-101-0/+1
| | | | SVN-Revision: 2403
* add patch to allow packet schedulers to use the cpu TSC as time source ↵Felix Fietkau2005-11-101-0/+72
| | | | | | (faster and more accurate) SVN-Revision: 2402
* add compatibility hack for gpio stuffFelix Fietkau2005-11-081-2/+16
| | | | SVN-Revision: 2396
* add new broadcom system code and new wlan driver (old driver still used by ↵Felix Fietkau2005-11-085-2008/+5523
| | | | | | default) SVN-Revision: 2395
* add wrt54g3g imagesFelix Fietkau2005-11-081-1/+4
| | | | SVN-Revision: 2394
* use the same versioning scheme for kernel and modulesNicolas Thill2005-11-089-12/+12
| | | | SVN-Revision: 2392
* don't strip kernel modulesNicolas Thill2005-11-083-5/+0
| | | | SVN-Revision: 2390
* fix image builderFelix Fietkau2005-11-072-4/+12
| | | | SVN-Revision: 2376
* add hotplug stuff to trunk/Felix Fietkau2005-11-077-7/+0
| | | | SVN-Revision: 2364
* add first batch of enrik's ar7 system code cleanupsFelix Fietkau2005-11-074-2622/+10741
| | | | SVN-Revision: 2363
* fix alsa kmod build on 2.6/mipsel (fix #7), disable tests for other distros ↵Nicolas Thill2005-11-061-0/+6
| | | | | | explicitly SVN-Revision: 2359
* re-enable alsa and openswan on brcm-2.6 (disabled by [2321]) to be able to ↵Nicolas Thill2005-11-061-4/+0
| | | | | | reproduce #7 and #8 SVN-Revision: 2341