2
0
forked from Ivasoft/openwrt

ramips: rt305x: add kernel support for AirLive AIR3GII

AirLive AIR3GII is Ralink RT5350F based device with
100Mbps switch, USB port, 4MB flash and 32MB ram.

Works: ethernet (LAN & WAN), wps button, led, USB, sysupgrade
Does not work: wifi (chip RT5350), reset button

[   13.390000] phy0 -> rt2800_init_eeprom: Error - Invalid RT chipset 0x5350 detected.
[   13.400000] phy0 -> rt2x00lib_probe_dev: Error - Failed to allocate device.

Other problem: LAN leds is reverse (lights when not cable
connected and vice versa)

[juhosg: move user-space support and image generation changes into
separate patches]

Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/2913/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34922
This commit is contained in:
Gabor Juhos
2012-12-29 17:50:28 +00:00
parent 87271e9f28
commit 3fcb8bb0dd
6 changed files with 106 additions and 1 deletions

View File

@@ -75,5 +75,8 @@ enum ramips_mach_type {
/* RT3883 based machines */
RAMIPS_MACH_TEW_691GR, /* TRENDnet TEW-691GR */
RAMIPS_MACH_TEW_692GR /* TRENDnet TEW-692GR */
RAMIPS_MACH_TEW_692GR, /* TRENDnet TEW-692GR */
/* RT5350 based machines */
RAMIPS_MACH_AIR3GII, /* AirLive Air3GII */
};