aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* resync kernel configuration and enable kexecFlorian Fainelli2009-07-121-2/+2
| | | | SVN-Revision: 16795
* create firmware image for the wrt400n board (based on a patch by Sandeep ↵Gabor Juhos2009-07-121-8/+9
| | | | | | Mistry <sandeep.mistry at gmail.com>) SVN-Revision: 16793
* sched: allow user space to create pfifo_fast qdiscs on virtual interfaces, ↵Felix Fietkau2009-07-122-0/+284
| | | | | | allow pfifo_fast qdiscs to have filters and filter actions - useful for controlling packet classification into wme classes SVN-Revision: 16791
* kernel: clean up scheduler default config and kmod-sched kconfig symbols, ↵Felix Fietkau2009-07-124-20/+12
| | | | | | enable skbedit by default SVN-Revision: 16789
* use subsys_initcall in the i2c-gpio driverGabor Juhos2009-07-113-0/+33
| | | | SVN-Revision: 16787
* Cleanup glamo mmc driver.Lars-Peter Clausen2009-07-114-580/+320
| | | | SVN-Revision: 16786
* increase size of the kernel partition on the TL-WR[789]41N boardsGabor Juhos2009-07-112-6/+6
| | | | SVN-Revision: 16785
* increase size of the kernel partition on the TEW-632BR boardGabor Juhos2009-07-112-7/+7
| | | | SVN-Revision: 16784
* register the VSC7395 device on the PB44 boardGabor Juhos2009-07-111-13/+65
| | | | SVN-Revision: 16783
* enable I2C_GPIO driverGabor Juhos2009-07-113-3/+12
| | | | SVN-Revision: 16782
* add SPI controller driver for the PB44 boardGabor Juhos2009-07-117-0/+383
| | | | SVN-Revision: 16781
* use platform data to setup the MAC_CFG register in the spi_vsc7385 driverGabor Juhos2009-07-113-7/+24
| | | | SVN-Revision: 16780
* add definitions for some magic values in the spi_vsc7385 driverGabor Juhos2009-07-111-3/+12
| | | | SVN-Revision: 16779
* add AR7240 to BOARDNAMEGabor Juhos2009-07-111-1/+1
| | | | SVN-Revision: 16778
* seems like the pages that mentioned mips 4k cores not having prefetch were ↵Felix Fietkau2009-07-112-20/+0
| | | | | | wrong. back out that patch. thx, juhosg SVN-Revision: 16775
* rename <gsm0710muxd> to <fso-gsm0710muxd>, as it's fso-specificMirko Vogt2009-07-111-1/+1
| | | | SVN-Revision: 16773
* mips: replace -mlong-calls with -mno-long-calls to make function calls ↵Felix Fietkau2009-07-112-0/+650
| | | | | | faster in kernel modules to achieve this, try to load kernel modules to KSEG0 and if that doesn't work, use vmalloc and fix up relocations with a jump table based on code from a kernel patch by MikroTik SVN-Revision: 16772
* mips: do not use the prefetch instruction on R4K (MIPS32_R1), the ISA does ↵Felix Fietkau2009-07-113-2/+22
| | | | | | not implement it SVN-Revision: 16771
* ar8216: rename the vlan attribute to enable_vlan to keep it consistent with ↵Felix Fietkau2009-07-111-1/+1
| | | | | | other drivers SVN-Revision: 16770
* fix a bug in the SPI driver (closes #5485)Gabor Juhos2009-07-101-2/+2
| | | | SVN-Revision: 16767
* atheros: disable CONFIG_LEDS_GPIO by default, it causes flash access errors ↵Felix Fietkau2009-07-102-2/+2
| | | | | | on devices that use a non-standard gpio line to control the spi flash chip select SVN-Revision: 16765
* PS3: Add some HID quirks to the PS3 kernel configGeoff Levand2009-07-101-0/+7
| | | | SVN-Revision: 16761
* PS3: Add joystick support to the PS3 kernel configGeoff Levand2009-07-101-0/+1
| | | | SVN-Revision: 16760
* PS3: Fix gelic network RX hangGeoff Levand2009-07-101-0/+89
| | | | SVN-Revision: 16759
* PS3: Cleanup kernel configGeoff Levand2009-07-101-41/+14
| | | | SVN-Revision: 16758
* PS3: Enable kernel command line editingGeoff Levand2009-07-101-1/+2
| | | | | | | To allow for kernel command line editing add an empty comand line to the PS3 kernel config. SVN-Revision: 16757
* PS3: Enable kernel patchesGeoff Levand2009-07-101-6/+0
| | | | SVN-Revision: 16756
* PS3: Revert kexec kernel patchGeoff Levand2009-07-101-187/+0
| | | | | | | | Remove the uneeded PS3 kernel patch 0006-powerpc-Remove-default-kexec-crash_kernel-ops-assig.patch This patch causes the exec system call to fail. SVN-Revision: 16755
* add board setup code for the RB-450G/RB-433UAH boards * based on a patch ↵Gabor Juhos2009-07-093-2/+30
| | | | | | from http://forum.openwrt.org/viewtopic.php?pid=91127#p91127 SVN-Revision: 16754
* register a GPIO LEDs and buttons on the PB44 boardGabor Juhos2009-07-091-1/+55
| | | | SVN-Revision: 16748
* register a I2C GPIO expander on the PB44 boardGabor Juhos2009-07-091-0/+37
| | | | SVN-Revision: 16747
* create firmware image for the TL-WR741NDGabor Juhos2009-07-072-0/+15
| | | | SVN-Revision: 16741
* add initial support for the TL-WR741ND boardGabor Juhos2009-07-078-0/+162
| | | | SVN-Revision: 16739
* do not allow overriding the init argument by bootloadersMirko Vogt2009-07-071-0/+19
| | | | SVN-Revision: 16738
* add AR7240 specific fixes for the ag71xx driverGabor Juhos2009-07-075-1/+57
| | | | SVN-Revision: 16737
* make irq_chip definitions staticGabor Juhos2009-07-071-2/+2
| | | | SVN-Revision: 16736
* AR7240 requires different IRQ unmasking codeGabor Juhos2009-07-071-0/+19
| | | | SVN-Revision: 16734
* Add config file for 2.6.31 kernels in preparation for 2.6.31Hamish Guthrie2009-07-061-0/+2420
| | | | SVN-Revision: 16713
* add bcm47xx lzma initramfs patch which is useful to workaround some CFE ↵Florian Fainelli2009-07-061-0/+125
| | | | | | limitations when ramdisk kernels are too big SVN-Revision: 16709
* add a profile with no Wi-Fi drivers enabled, useful for bcm6338Florian Fainelli2009-07-061-0/+17
| | | | SVN-Revision: 16708
* avoid overriding CONFIG_TUN with a couple of targetsFlorian Fainelli2009-07-064-4/+0
| | | | SVN-Revision: 16705
* sync kernel configGabor Juhos2009-07-053-0/+3
| | | | SVN-Revision: 16703
* add missing break statementGabor Juhos2009-07-051-0/+1
| | | | SVN-Revision: 16701
* automatically mount sd-card as it's possible (might be done via hotplug later)Mirko Vogt2009-07-051-0/+6
| | | | SVN-Revision: 16700
* refresh patchesGabor Juhos2009-07-053-3/+3
| | | | SVN-Revision: 16699
* bump to 2.6.29.6 and refresh patchesGabor Juhos2009-07-056-45/+24
| | | | SVN-Revision: 16698
* update targets to 2.6.30.1, update patchesFlorian Fainelli2009-07-0514-49/+19
| | | | SVN-Revision: 16697
* Add ioctls to glamo framebuffer driver to enable/disable glamo engines.Lars-Peter Clausen2009-07-057-44/+132
| | | | SVN-Revision: 16686
* purge out config and patches for 2.6.29 as 2.6.30.1 is now default and stableMirko Vogt2009-07-057-256940/+0
| | | | SVN-Revision: 16685
* Add mirror for utility e100bootClaudio Mignanti2009-07-051-2/+3
| | | | SVN-Revision: 16682