aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rb532-2.6/patches
Commit message (Collapse)AuthorAgeFilesLines
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-069-347/+0
| | | | | | (the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Really add the LED driver :)Florian Fainelli2007-07-191-0/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8056 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rb532 patch errorFelix Fietkau2007-06-062-31/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7511 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rb532 compileFelix Fietkau2007-05-242-12/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7329 3c298f89-4303-0410-b956-a3cf2f4a3e73
* convert rb532 to the new structureFelix Fietkau2007-05-195-5909/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7273 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add missing \nFlorian Fainelli2007-04-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move the yaffs patch to be generic, shared between rb532 and adm5120Florian Fainelli2007-03-261-13085/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6716 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a compile error caused by the devfs removalFelix Fietkau2007-03-041-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move tlb change for mips 4KC to generic patches (required for most mips targets)Felix Fietkau2007-02-131-19/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanupFelix Fietkau2006-12-201-174/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5884 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change the type of plat_irq_dispatchFelix Fietkau2006-12-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete patchFelix Fietkau2006-12-191-13/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5863 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fix: make the pci slot check more readableFelix Fietkau2006-12-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5862 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a better pci fix for rb532Felix Fietkau2006-12-192-48/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5861 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing copyrightFelix Fietkau2006-12-191-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5860 3c298f89-4303-0410-b956-a3cf2f4a3e73
* first round of rb532 cleanupFelix Fietkau2006-12-191-2040/+99
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade to Linux 2.6.19Felix Fietkau2006-12-146-7607/+8984
| | | | | | | | | - Includes large parts of the patch from #1021 by dpalffy - Includes RB532 NAND driver changes by n0-1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5789 3c298f89-4303-0410-b956-a3cf2f4a3e73
* small cleanupFelix Fietkau2006-12-131-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve the stability of via-rhine with large packet sizes and high network loadFelix Fietkau2006-12-071-44/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove custom partition table hack, add ptgen utility for generating ↵Felix Fietkau2006-12-071-311/+0
| | | | | | partition tables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5704 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace the ugly rb532 cmdline hack with a cleaner one that does not depend ↵Felix Fietkau2006-12-061-8/+23
| | | | | | on magic offsets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5699 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add NAND flash/YAFFS2 patches for RB532 by David GoodenoughFelix Fietkau2006-10-265-52/+11608
| | | | | | | Read the kernel command line from an otherwise unused area of the kernel image (will be used for changing the command line on the fly when copying the system from CF to NAND) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* another compile fixFelix Fietkau2006-10-111-8/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix compile errorFelix Fietkau2006-10-111-70/+71
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5051 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a fix for the block2mtd initFelix Fietkau2006-10-081-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bugfix for the rb532 block2mtd codeFelix Fietkau2006-07-291-56/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move jffs2 end-of-filesystem detection to the generic 2.6 patchesFelix Fietkau2006-06-211-48/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4042 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rb532 for 2.6.17Felix Fietkau2006-06-191-227/+159
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade to 2.6.17, probably break some stuff temporaryImre Kaloz2006-06-181-164/+164
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massive via-rhine performance improvementsFelix Fietkau2006-06-162-13/+461
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* put a size limit on rb532 cf partitionsFelix Fietkau2006-06-161-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add rb532 supportFelix Fietkau2006-06-1510-0/+8503
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3956 3c298f89-4303-0410-b956-a3cf2f4a3e73