summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
...
* fixup sheevaplug support (for now we use sdcards for rootfs)Imre Kaloz2009-06-012-22/+36
| | | | SVN-Revision: 16252
* increase kernel partition to 4MB, generate jffs2 imagesImre Kaloz2009-06-011-1/+10
| | | | SVN-Revision: 16251
* add patches to support the advanced power management on Kirkwood socsImre Kaloz2009-06-012-0/+278
| | | | SVN-Revision: 16250
* fix compatibility with certain SD cardsImre Kaloz2009-06-011-0/+46
| | | | SVN-Revision: 16249
* even if we don't support booting from the nand yet, change the rootfs name ↵Imre Kaloz2009-06-011-0/+11
| | | | | | for OpenWrt SVN-Revision: 16248
* fix mv643xx_eth dma maskImre Kaloz2009-06-011-0/+112
| | | | SVN-Revision: 16247
* fix VFP handling on feroceon coresImre Kaloz2009-06-011-0/+70
| | | | SVN-Revision: 16246
* fix typo and add nand_gpio to the generic configImre Kaloz2009-06-011-1/+2
| | | | SVN-Revision: 16245
* enable optimize for size, avoid to trigger gcc bug #36482Claudio Mignanti2009-06-011-0/+1
| | | | SVN-Revision: 16244
* add experimental 2.6.30 support, boot testedFlorian Fainelli2009-06-019-0/+582
| | | | SVN-Revision: 16242
* refresh 2.6.30 patchesFlorian Fainelli2009-06-012-16/+5
| | | | SVN-Revision: 16241
* remove old 2.6.24 codeFlorian Fainelli2009-06-012-15/+0
| | | | SVN-Revision: 16240
* add diag.sh to report boot status on the front-led of the machineFlorian Fainelli2009-05-311-0/+18
| | | | SVN-Revision: 16233
* register parallel flash device on the AP83 boardGabor Juhos2009-05-311-0/+63
| | | | SVN-Revision: 16232
* Typo in r8610.mk signed-off by: Jac Goudsmit <jac@goudsm.it>Jo-Philipp Wich2009-05-301-1/+1
| | | | SVN-Revision: 16223
* add support for the SST 39VF6401B flash chipGabor Juhos2009-05-303-0/+87
| | | | SVN-Revision: 16210
* mips: fix gcc 4.4.0 build failure on delay.h (#5116)Florian Fainelli2009-05-303-0/+489
| | | | SVN-Revision: 16209
* use 2.6.27.24Florian Fainelli2009-05-301-1/+1
| | | | SVN-Revision: 16208
* cleanup old patches and kernel configurationFlorian Fainelli2009-05-3025-1126/+0
| | | | SVN-Revision: 16204
* rework ar7 profiles to separate dsl firmwares, annex-a being now the default ↵Florian Fainelli2009-05-305-5/+40
| | | | | | and most widespread SVN-Revision: 16201
* include wpa-supplicant iw in the default profileFlorian Fainelli2009-05-291-1/+2
| | | | SVN-Revision: 16195
* s3c24xx: get rid of unnecessary config overrides, which break stuff in ↵Felix Fietkau2009-05-291-25/+0
| | | | | | package/kernel SVN-Revision: 16174
* refresh generic-2.6.29 patchesFlorian Fainelli2009-05-293-4/+2
| | | | SVN-Revision: 16169
* refresh patchesGabor Juhos2009-05-297-12/+12
| | | | SVN-Revision: 16168
* add support for the EN25P64 flash chipGabor Juhos2009-05-293-9/+12
| | | | SVN-Revision: 16167
* s3c24xx: do not override CONFIG_WIRELESS, this breaks packagesFelix Fietkau2009-05-291-1/+0
| | | | SVN-Revision: 16163
* refresh patchesFlorian Fainelli2009-05-288-17/+18
| | | | SVN-Revision: 16156
* refresh patchesFlorian Fainelli2009-05-283-7/+7
| | | | SVN-Revision: 16155
* update to 2.4.37, tested on wrt54gs (#4766)Florian Fainelli2009-05-2835-501/+175
| | | | SVN-Revision: 16144
* brcm47xx: make input support modular (closes: #5174)Nicolas Thill2009-05-281-4/+0
| | | | SVN-Revision: 16143
* brcm-2.4: fix conntrack structure inconsistency with iptables, which can ↵Felix Fietkau2009-05-281-0/+49
| | | | | | cause problems with port matching/forwarding and protocol matching SVN-Revision: 16141
* brcm-2.4: disable ip_vs, refresh kernel configFelix Fietkau2009-05-281-35/+2
| | | | SVN-Revision: 16139
* switch to 2.6.30-rc7, fixes #5111Florian Fainelli2009-05-285-1/+326
| | | | SVN-Revision: 16134
* add support for board specific PLL settingsGabor Juhos2009-05-285-21/+115
| | | | SVN-Revision: 16133
* revert 15922 - add back 2.6.29 kernel supportHamish Guthrie2009-05-2892-0/+43947
| | | | SVN-Revision: 16127
* renumber sibyte patchesImre Kaloz2009-05-285-0/+0
| | | | SVN-Revision: 16126
* Detect 16MB flash chipsHauke Mehrtens2009-05-271-8/+32
| | | | SVN-Revision: 16120
* Extends workaround for swapping problem.Hauke Mehrtens2009-05-271-0/+12
| | | | SVN-Revision: 16119
* Make amazon build again.Hauke Mehrtens2009-05-273-16/+4
| | | | SVN-Revision: 16118
* Add buildfix for kernel 2.6.21Hauke Mehrtens2009-05-271-0/+7
| | | | SVN-Revision: 16117
* jbt6k74: Change the state machine to have one state field for resolution and ↵Lars-Peter Clausen2009-05-271-152/+186
| | | | | | one for power mode. Loosing the resolution when the display is sent to sleep is just wrong. Automatically switch resolution when a framebuffer mode change event is recevied. SVN-Revision: 16116
* register SPI bus on the AP83 boardGabor Juhos2009-05-271-0/+24
| | | | SVN-Revision: 16115
* revert part of r16112, the setup.c part needs more testingFlorian Fainelli2009-05-271-37/+1
| | | | SVN-Revision: 16113
* include missing atm-tools to setup pppoe/a linksFlorian Fainelli2009-05-272-3/+39
| | | | SVN-Revision: 16112
* turn on kernel size optimizationFlorian Fainelli2009-05-271-0/+1
| | | | SVN-Revision: 16110
* generic-2.4: add missing missing <linux/types.h> include to <linux/watchdog.h>Nicolas Thill2009-05-271-0/+10
| | | | SVN-Revision: 16109
* fixup CS0 size for the BCM91125EImre Kaloz2009-05-261-1/+19
| | | | SVN-Revision: 16098
* fixup sibyte rtc supportImre Kaloz2009-05-263-0/+906
| | | | SVN-Revision: 16094
* also include the SPI driver in the gw6x00 profileFlorian Fainelli2009-05-261-1/+1
| | | | SVN-Revision: 16077
* include kmod-usb-storage and kmod-ipt-nathelper-extra for SIP connection ↵Florian Fainelli2009-05-261-2/+3
| | | | | | tracking SVN-Revision: 16075