aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/linux-2.4/patches
Commit message (Collapse)AuthorAgeFilesLines
* ar7: clean up system code, add code to generate firmware imagesFelix Fietkau2005-07-092-3395/+325
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1386 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some additions to the ar7 system code, added cpmac network driverFelix Fietkau2005-07-092-355/+14271
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add bridging performance patch from linksys sourceFelix Fietkau2005-07-081-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1380 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ebtables - reduces cpu load for bridging a lotFelix Fietkau2005-07-081-7012/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1379 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another fix for the ar7 serial portFelix Fietkau2005-07-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for serial console with different rate (specified by the boot ↵Felix Fietkau2005-07-061-488/+505
| | | | | | loader), fix serial driver. running apps works now! git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* really fix v1 hardware bug now (there was a bug in blast_dcache in the last fix)Felix Fietkau2005-07-061-230/+97
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1361 3c298f89-4303-0410-b956-a3cf2f4a3e73
* print kernel message when cache workarounds are enabledFelix Fietkau2005-07-051-16/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* finally fix the v1 hardware bug :)Felix Fietkau2005-07-051-60/+131
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add netfilter netmap targetFelix Fietkau2005-07-041-0/+159
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1343 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change kernel_args to kernel_cmdline for kernel command line overrideFelix Fietkau2005-07-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1321 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unify gcc 3.4 fixes, move flash chip drivers to generic patches, move ↵Imre Kaloz2005-07-025-1216/+1222
| | | | | | diag_led driver to separate patch, update docs git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* clean up mmu/cache patch for bcm4710 - improves stability a lotFelix Fietkau2005-06-301-354/+393
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1297 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add trx detection to the flash mapFelix Fietkau2005-06-141-12/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use readable names for mtd partitions (hardcoded)Felix Fietkau2005-06-141-12/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix prom_getenv on ar7Felix Fietkau2005-06-141-125/+142
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1238 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix board support patch and add mtd flash map driver for ar7Felix Fietkau2005-06-142-125/+452
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add incomplete ar7 hardware support (disabled by default)Felix Fietkau2005-06-141-0/+5597
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix bcm47xx cache fixesFelix Fietkau2005-06-132-122/+238
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some more mmu fixes for bcm4710Felix Fietkau2005-06-111-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add even more workarounds for bcm4710, remove -fno-delayed-branch from ↵Felix Fietkau2005-06-012-11/+120
| | | | | | kernel cflags -- not needed anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split kernel patches into board dependend and genericFelix Fietkau2005-05-3028-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typoFelix Fietkau2005-05-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1119 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some fixes for v1 hardware (doesn't work reliably yet)Felix Fietkau2005-05-292-0/+255
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* *** empty log message ***Mike Baker2005-05-291-14/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix qdisc orderingMike Baker2005-05-281-1/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ethtool call for communication between wl and wl.oFelix Fietkau2005-05-281-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package/linux into target/linux, use wbx' new kernel code. support ↵Felix Fietkau2005-05-2825-0/+122860
building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1085 3c298f89-4303-0410-b956-a3cf2f4a3e73