summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* ar8216: add delay for page switching to work around register setting ↵nbd2009-06-142-5/+123
| | | | | | corruption. use packet mangling to fix up the vlan for incoming packets (workaround for hardware bug, which renders normal 802.1q support unusable) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16442 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] Port to kernel 2.6.30.hauke2009-06-1330-0/+2910
| | | | | | | | | There is an error in the unlzma system in the kernel. A lzma compressed squashfs filesystem does not work for me. This should compile and works for me on my Asus WL-500GP, please test it on more systems. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] include ubsec_ssb in the WGT634U profileflorian2009-06-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16440 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] also apply gcc4.4.0 specific patches to 2.6.27 (#5318)florian2009-06-132-0/+334
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] include linux/magic.h instead of hardcoding the squashfs magic numberflorian2009-06-121-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Removed delay.h update from 001-handle_removal_h_constraint.patchhcg2009-06-111-18/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh generic patchesflorian2009-06-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Bump 2.6.30 kernel version to finalhcg2009-06-118-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16419 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] move definition of ar91xx_flash_platform_data into a separate ↵juhosg2009-06-114-13/+28
| | | | | | header file (closes #5321) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] fix ssb irq setup, allows ubsec_ssb devices on Asus WL500GP and ↵florian2009-06-111-0/+185
| | | | | | Netgear WGT634U to work, no side effects noticed on other devices git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] flush more register writingsjuhosg2009-06-111-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] add patches to workaround dcache realted fuse problems (#5186)jow2009-06-112-0/+116
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] move files-2.6.28 to filesflorian2009-06-103-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Cleaned up whitespace in patch 024-mips_delay.patchhcg2009-06-101-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] use build system REVISION variable (#5317)florian2009-06-101-5/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove deprecated 023-mips_delay_gcc4.4.0.patch and add new delay fix for MIPShcg2009-06-102-152/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* The attached patch adds building of firmwareflorian2009-06-104-58/+120
| | | | | | | | | images for more routers based on the brcm63xx chipset. Signed-Off By: Daniel Dickinson <crazycshore@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] cleanup the watchdog driver a bitflorian2009-06-091-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix the watchdog driver and enable it by defaultflorian2009-06-092-114/+131
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] rework imagetag firmware generator and MTD partition parser to ↵florian2009-06-094-50/+436
| | | | | | | | | accomodate with all known imagetag versions from Broadcom and vendors, patch from Daniel Dickinson (fixes #4987). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] add watchdog driver (#5238)florian2009-06-083-1/+352
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16381 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove this line which got accidentaly succesfully applied, but ↵florian2009-06-081-2/+0
| | | | | | should not have (#5285) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16380 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.28 patchesflorian2009-06-082-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] create jffs2 imagesjuhosg2009-06-072-2/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] disable MTD concatenating supportjuhosg2009-06-073-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] flush AR71XX_RESET_PCI_INT_ENABLE register after writingjuhosg2009-06-071-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add script which initiates suspend-to-ram (target-specific)mirko2009-06-071-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] setup mac address on the AP81 boardjuhosg2009-06-061-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add experimental sysupgrade supportjuhosg2009-06-061-0/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add default network configuration for the AP83 boardjuhosg2009-06-062-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16360 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] update flash locking codejuhosg2009-06-065-14/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16359 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] handle PCI_CORE interrupt as welljuhosg2009-06-061-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] build images for the AP83 boardjuhosg2009-06-061-0/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16357 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] change flash partition map of the AP83 boardjuhosg2009-06-061-8/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] enable JEDEC probejuhosg2009-06-063-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix erase status check on some parallel flash chipsjuhosg2009-06-063-0/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add parallel flash driverjuhosg2009-06-069-5/+361
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] sync kernel config, and refresh patchesjuhosg2009-06-066-8/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] make the AP83 and VSC7385 SPI drivers available on 2.6.2[89]juhosg2009-06-066-0/+106
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix a typojuhosg2009-06-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] create a 'firmware' partition for MZK-W300NH boardjuhosg2009-06-051-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16347 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] generic-2.6/2.6.30: more mini_fo fixesjuhosg2009-06-051-3/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16346 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] build firmware image for the MZK-W300NH boardjuhosg2009-06-041-1/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16342 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] improve MZK-W300NH support (thanks to Kazuki Shimada for the board)juhosg2009-06-042-2/+91
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* switch back to 2.6.29 until some target specific bugs are fixed in 2.6.30mirko2009-06-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix ethernet driver removalflorian2009-06-041-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16335 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix pcmcia device removalflorian2009-06-041-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16334 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add missing null entry in pcmcia driverflorian2009-06-041-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] request gpio pins and set direction correctly for pcmciaflorian2009-06-041-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] be SMP safe even with gpiolibflorian2009-06-041-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16331 3c298f89-4303-0410-b956-a3cf2f4a3e73