1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[ramips] initial support for the AP-R3052-V22RW-2X2 board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17473 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2009-09-02 15:31:00 +00:00
parent 0f807acb08
commit bc567c1019
6 changed files with 102 additions and 0 deletions

View File

@@ -10,7 +10,11 @@
enum ramips_mach_type {
RAMIPS_MACH_GENERIC,
/* RT2880 based machines */
RAMIPS_MACH_RT_N15, /* Asus RT-N15 */
/* RT3052 based machines */
RAMIPS_MACH_V22RW_2X2, /* Ralink AP-RT3052-V22RW-2X2 */
RAMIPS_MACH_WHR_G300N, /* Buffalo WHR-G300N */
};