summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-29 17:50:28 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-29 17:50:28 +0000
commit753cfd362e5f805d0dc1954cf23477911d7d02be (patch)
treee4c2eeeab815f8a617ecda930636884787119c12 /target/linux/ramips/rt305x
parent4a618c3a136008ff90590bb90e83ccac59dec57e (diff)
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34922 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r--target/linux/ramips/rt305x/config-3.61
-rw-r--r--target/linux/ramips/rt305x/config-3.71
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/config-3.6 b/target/linux/ramips/rt305x/config-3.6
index 1971c2ac3..8d6266727 100644
--- a/target/linux/ramips/rt305x/config-3.6
+++ b/target/linux/ramips/rt305x/config-3.6
@@ -93,6 +93,7 @@ CONFIG_RALINK_RT305X=y
# CONFIG_RALINK_RT3883 is not set
CONFIG_RAMIPS_WDT=y
CONFIG_RT305X_MACH_3G_6200N=y
+CONFIG_RT305X_MACH_AIR3GII=y
CONFIG_RT305X_MACH_ALL0256N=y
CONFIG_RT305X_MACH_ALL5002=y
CONFIG_RT305X_MACH_ARGUS_ATP52B=y
diff --git a/target/linux/ramips/rt305x/config-3.7 b/target/linux/ramips/rt305x/config-3.7
index 93edafd16..4947aeffa 100644
--- a/target/linux/ramips/rt305x/config-3.7
+++ b/target/linux/ramips/rt305x/config-3.7
@@ -103,6 +103,7 @@ CONFIG_RALINK_RT305X=y
# CONFIG_RALINK_RT3883 is not set
CONFIG_RAMIPS_WDT=y
CONFIG_RT305X_MACH_3G_6200N=y
+CONFIG_RT305X_MACH_AIR3GII=y
CONFIG_RT305X_MACH_ALL0256N=y
CONFIG_RT305X_MACH_ALL5002=y
CONFIG_RT305X_MACH_ARGUS_ATP52B=y