Lars-Peter Clausen
290e192ce8
Make mv_cesa crypto module available on Orion as well.
...
SVN-Revision: 23229
14 years ago
Hauke Mehrtens
7f473a276f
kernel: fix some build warnings with kernel 2.6.36
...
SVN-Revision: 23226
14 years ago
Alexandros C. Couloumbis
7cb70cb2b8
linux/adm5120: add preliminary 2.6.36 kernel support (refresh patches)
...
SVN-Revision: 23224
14 years ago
Alexandros C. Couloumbis
a8d7d9af83
yaffs2: add preliminary 2.6.36 kernel support (sync to yaffs2 git tree). This code needs further testing especially for backwards compatibility. It boots on rb532 with kernel options: CONFIG_DEVTMPFS & CONFIG_DEVTMPFS_MOUNT
...
SVN-Revision: 23221
14 years ago
Imre Kaloz
5f9a6a5431
upgrade kernel versions to the latest stable ones
...
SVN-Revision: 23219
14 years ago
Lars-Peter Clausen
f05a30206c
Iomega iConnect Wireless platform support
...
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>
SVN-Revision: 23217
14 years ago
Lars-Peter Clausen
1162dfde82
Remove hwmon and i2c support from being built-in
...
SVN-Revision: 23214
14 years ago
Lars-Peter Clausen
83d6a36019
update 2.6.35.x to 2.6.35.7
...
SVN-Revision: 23213
14 years ago
Michael Büsch
68219be4e7
n810: Add fstab for maemo filesystems
...
SVN-Revision: 23195
14 years ago
Lars-Peter Clausen
ff9ddd7c0f
Add jffs2 feature flag
...
SVN-Revision: 23177
14 years ago
Gabor Juhos
697f5d0bdd
ar71xx: initial support for jjPlus JWAP003
...
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)
SVN-Revision: 23165
14 years ago
Michael Büsch
cfd47b3740
omap24xx: Add maintainer information
...
SVN-Revision: 23160
14 years ago
Michael Büsch
65f47378d7
omap24xx: Update to 2.6.36-rc6
...
SVN-Revision: 23157
14 years ago
Alexandros C. Couloumbis
d328e72247
linux/ixp4xx: fix an embracing mistake on commit r23150 (thank you KanjiMonster)
...
SVN-Revision: 23153
14 years ago
Alexandros C. Couloumbis
76e0ff33de
linux/ixp4xx: sync 2.6.36 patches to 2.6.36-rc6
...
SVN-Revision: 23150
14 years ago
Felix Fietkau
8511c6b16c
AP96: Fix LAN/WAN setup
...
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>
SVN-Revision: 23147
14 years ago
Lars-Peter Clausen
8314ce02cc
Fix mv_cesa module dependencies and .ko file location Thanks KanjiMonster & Memphiz
...
SVN-Revision: 23145
14 years ago
Gabor Juhos
2fdc8aea04
ar71xx: build firmware image for the TL-MR3420 v1 board
...
SVN-Revision: 23138
14 years ago
Gabor Juhos
32d12d5e5c
ar71xx: add support for the TL-MR3420 v1 board
...
SVN-Revision: 23136
14 years ago
Gabor Juhos
b831ebdde9
ar71xx: AR724[12] requires different USB setup
...
SVN-Revision: 23135
14 years ago
Gabor Juhos
ef54e93712
ar71xx: build firmware image for the TL-WR841N v7
...
SVN-Revision: 23134
14 years ago
Gabor Juhos
cda8655910
ar71xx: use the MDIO interface of the 2nd MAC on the ar7241
...
SVN-Revision: 23132
14 years ago
Gabor Juhos
b445943cdf
ar71xx: move ath9k specific PCI fixup into a separate file
...
SVN-Revision: 23131
14 years ago
Gabor Juhos
4ae167959b
ar71xx: use different address in ap91_pci_fixup for the AR724[012] SoCs
...
With this change ath9k can handle the wireless chip on the TL-WR841N v7
board which is based on the AR7241 SoC.
SVN-Revision: 23130
14 years ago
Gabor Juhos
e5b081335e
ramips: Ralink RT305x, support for Prolink PWH2004 (Abocom5205)
...
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>
SVN-Revision: 23129
14 years ago
Gabor Juhos
39c57eeb31
ramips: allow USB
...
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>
SVN-Revision: 23128
14 years ago
Gabor Juhos
dc4df4ca65
generic: RTL8366S/RB: Fix autonegotiation for the WAN port.
...
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>
SVN-Revision: 23127
14 years ago
Gabor Juhos
5721f06fe1
generic: add rtl8366rb switch port rate, port and qos enable/disable support
...
Patch-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 23126
14 years ago
Felix Fietkau
a7bb7dd99e
Add support for Atheros AP96 reference board
...
This is still preliminary and not really tested much. Anyway, this
version seems to be enough to get both wired and wireless
interfaces working. Buttons and leds are also working.
mach-ap96.c is based on mach-wndr3700.c.
Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
SVN-Revision: 23125
14 years ago
Michael Büsch
a41b1df07b
omap24xx fb: Do not omit init
...
SVN-Revision: 23123
14 years ago
Michael Büsch
da53a6d635
omap24xx: Upgrade to linux-2.6.36-rc5
...
SVN-Revision: 23121
14 years ago
Michael Büsch
cde47c9958
omap24xx: Export certain n8x0 GPIO switches as input device
...
SVN-Revision: 23120
14 years ago
Felix Fietkau
19723d09c2
x86: turn on optimizations for net5501 (patch by Philip A. Prindeville)
...
SVN-Revision: 23104
14 years ago
Michael Büsch
a2ca27e237
omap24xx cbus: fix ioctls
...
SVN-Revision: 23083
14 years ago
Michael Büsch
1e3c230596
omap24xx: Add n8x0 specific GPIO switch code
...
SVN-Revision: 23082
14 years ago
Michael Büsch
581f65334b
omap24xx: Add support for GPIO switches on the n810
...
SVN-Revision: 23081
14 years ago
Michael Büsch
ab5d942622
omap24xx: Update 2.6.36 config
...
SVN-Revision: 23074
14 years ago
Michael Büsch
e4e278d82a
omap24xx: Add 2.6.36 support
...
SVN-Revision: 23072
14 years ago
Gabor Juhos
a07788ae63
generic: add support for the EON EN25F32 flash chip
...
* based on a patch by laigor <laigor@mail.ru> from #7882
SVN-Revision: 23058
14 years ago
Jo-Philipp Wich
7ec18378a7
add kvm_guest to subtarget list
...
SVN-Revision: 23056
14 years ago
Florian Fainelli
bbca651e1b
remove wpa-supplicant and iw from the Tecom GW6x00 profile
...
SVN-Revision: 23051
14 years ago
Alexandros C. Couloumbis
a9f54bfd51
linux/generic: update patches for 2.6.36-rc4
...
SVN-Revision: 23047
14 years ago
Alexandros C. Couloumbis
7328f794bb
linux/generic: update mini_fo evict_inode migration
...
SVN-Revision: 23046
14 years ago
Alexandros C. Couloumbis
6a5618187e
linux/generic: semi-revert squashfs 2.6.36 changes until lzma code gets ready for mainlin inclusion
...
SVN-Revision: 23045
14 years ago
Jo-Philipp Wich
ea5904ff93
- sync with host opkg changes - get rid of autogenerated opkg.conf - utilize dl/ as package cache, useful for remote downloads
...
SVN-Revision: 23039
14 years ago
Florian Fainelli
d3e206ad96
default to using 2.6.35
...
SVN-Revision: 23038
14 years ago
Florian Fainelli
dc1302fdf9
remove 2.6.33 support
...
SVN-Revision: 23037
14 years ago
Florian Fainelli
327ac42dca
change the Tecom GW6x00 profile to use wl instead of b43
...
SVN-Revision: 23036
14 years ago
Florian Fainelli
f4f789f211
register udc and spi devices at the correct init level
...
SVN-Revision: 23035
14 years ago
Florian Fainelli
fab2e77357
refresh 2.6.35 patches
...
SVN-Revision: 23034
14 years ago