summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* [at91] Copy rootfs(s) inside BIN_DIRclaudio2010-10-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23399 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] Add support for FOXGM carrier boardclaudio2010-10-112-2/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/brcm47xx: fix an initialization issue on 2.6.36 kernelacoul2010-10-111-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/au1000: fix jffs2/squashfs au1500 boot issue (deals with ticket #8058)acoul2010-10-112-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23391 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [Patch v2] Geos -- new x86 subtarget definitionjow2010-10-104-3/+53
| | | | | | | | | | | | | This defines the Geos platform from Traverse Technologies in AUS. This is a Geode LX800 with 512MB of DDR400 memory, 2 8139CP interfaces, 2 Solos ADSL2+ interfaces, USB, serial console, CF slot, and miniPCI slot. I'll add support for the LEDs separately. Signed-off-by: Philip A. Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: allow CONFIG_INET_XFRM_MODE_BEET as modulemb2010-10-101-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/ar71xx: workaround an rb4xx hard-lock until we get a proper fix.acoul2010-10-081-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23327 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target:xburst] do not override CFLAGS - the default ones are finemirko2010-10-081-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/ar71xx: (2.6.36) add a missed patchacoul2010-10-081-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/ar71xx: add preliminary 2.6.36 kernel support (refresh patches)acoul2010-10-0837-0/+1354
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23317 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for nokia n810 soundmb2010-10-072-3/+64
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23303 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: increase rb4xx nand kernel partition size (patch by danimo)nbd2010-10-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* spi-gpio-old: 2.6.36 compile fixmb2010-10-071-10/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hci_h4p: Compile fixesmb2010-10-071-17/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cryptodev: Compilefix on 2.6.36mb2010-10-071-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23290 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Update kernel configmb2010-10-071-8/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23289 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Improve n810 battery managementmb2010-10-073-76/+226
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23282 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: add patches for kernel 2.6.36hauke2010-10-0627-0/+3329
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23278 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: crashlog uses bootmem to allocate memory which is being deprecated ↵hcg2010-10-061-1/+1
| | | | | | in favour of memblock. microblaze, sh, arm, sparc and powerpc only have memblock. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Allow ethernet interface to be taken down and up againjuhosg2010-10-051-0/+4
| | | | | | | | | | Taking the ramips ethernet interface down and up again resulted in the driver not receiving any frames anymore. Fix this by correctly disabling interrupts in the hw on ifdown. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23243 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: update kernel patch refreshing. Include two missed patches.acoul2010-10-055-7/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/ixp4xx: revert accidentally leaked enabled kernel option (thank you kaloz)acoul2010-10-054-8/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/generic: refresh 2.6.36 kernel patchesacoul2010-10-0556-328/+270
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages/kernel] Make mv_cesa crypto module available on Orion as well.lars2010-10-041-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix some build warnings with kernel 2.6.36hauke2010-10-043-6/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/adm5120: add preliminary 2.6.36 kernel support (refresh patches)acoul2010-10-0421-0/+1620
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* yaffs2: add preliminary 2.6.36 kernel support (sync to yaffs2 git tree). ↵acoul2010-10-041-0/+23922
| | | | | | | | | This code needs further testing especially for backwards compatibility. It boots on rb532 with kernel options: CONFIG_DEVTMPFS & CONFIG_DEVTMPFS_MOUNT git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel]: upgrade kernel versions to the latest stable oneskaloz2010-10-0425-25/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] Iomega iConnect Wireless platform supportlars2010-10-043-0/+141
| | | | | | | | | | This patch adds support for Iomega iConnect Wireless. Leds and wireless card support are still missing. Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23217 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] Remove hwmon and i2c support from being built-inlars2010-10-041-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23214 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] update 2.6.35.x to 2.6.35.7lars2010-10-045-20/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23213 3c298f89-4303-0410-b956-a3cf2f4a3e73
* n810: Add fstab for maemo filesystemsmb2010-10-032-1/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] Add jffs2 feature flaglars2010-10-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23177 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: initial support for jjPlus JWAP003juhosg2010-10-0112-0/+136
| | | | | | | | | Patch-by: Cezary Jackiewicz <cezary@eko.one.pl> (the GPIODEV code has been removed, the sysfs interface can be used to control the GPIO lines instead - juhosg) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Add maintainer informationmb2010-09-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Update to 2.6.36-rc6mb2010-09-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/ixp4xx: fix an embracing mistake on commit r23150 (thank you KanjiMonster)acoul2010-09-291-3/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/ixp4xx: sync 2.6.36 patches to 2.6.36-rc6acoul2010-09-291-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AP96: Fix LAN/WAN setupnbd2010-09-281-4/+8
| | | | | | | | | LAN (eth0) is behind a switch and the fixed speed/duplex was supposed to be for it, not WAN (eth1). Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kirkwood] Fix mv_cesa module dependencies and .ko file locationlars2010-09-281-2/+2
| | | | | | | Thanks KanjiMonster & Memphiz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build firmware image for the TL-MR3420 v1 boardjuhosg2010-09-272-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23138 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the TL-MR3420 v1 boardjuhosg2010-09-2711-1/+171
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: AR724[12] requires different USB setupjuhosg2010-09-272-11/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23135 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build firmware image for the TL-WR841N v7juhosg2010-09-272-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23134 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use the MDIO interface of the 2nd MAC on the ar7241juhosg2010-09-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: move ath9k specific PCI fixup into a separate filejuhosg2010-09-2710-148/+144
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use different address in ap91_pci_fixup for the AR724[012] SoCsjuhosg2010-09-271-1/+14
| | | | | | | With this change ath9k can handle the wireless chip on the TL-WR841N v7 board which is based on the AR7241 SoC. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: Ralink RT305x, support for Prolink PWH2004 (Abocom5205)juhosg2010-09-277-0/+118
| | | | | | | | | | | The attached patch adds a preliminary support for Prolink PWH2004 board (Ralink RT305x based). LAN and flash appear to work. However, the USB port and WLAN I have not managed to activate properly yet, but that problem appears to be present with other rt305x targets as well(?). Signed-off-by: Esa Hyytia <esa at netlab.tkk.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23129 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: allow USBjuhosg2010-09-272-6/+0
| | | | | | | | | | | The current defaults for ramips rt305x does not allow the USB subsystem to be selected/built. This patch is just a small step in that direction. Signed-off-by: Luis Correia <luis.f.correia@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: RTL8366S/RB: Fix autonegotiation for the WAN port.juhosg2010-09-272-0/+10
| | | | | | | | | | | | The RTL8366S/RB support connecting a second mac to it and using the 5th port as an independent phy. Therefore we need to handle autonegotiation changes for phy 4 like on a single phy device. This fixes #7980, verified on a WNDR3700. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23127 3c298f89-4303-0410-b956-a3cf2f4a3e73