X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Ffiles%2Farch%2Fmips%2Finclude%2Fasm%2Fmach-ralink%2Fmachine.h;h=100ccfd71fcd5e1cdbeee8819dad43655852a24f;hp=267d9f3c62c76f312be5460974675533b5e01be2;hb=5c399c6f20d521b9a7e604a3227b6d779581b806;hpb=298202afb8c19917b1f74968388d6093b675be25 diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h index 267d9f3c62..100ccfd71f 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h @@ -10,7 +10,16 @@ enum ramips_mach_type { RAMIPS_MACH_GENERIC, + /* RT2880 based machines */ + RAMIPS_MACH_RT_N15, /* Asus RT-N15 */ + + /* RT3050 based machines */ + RAMIPS_MACH_DIR_300_REVB, /* D-Link DIR-300 rev B */ + + /* RT3052 based machines */ + RAMIPS_MACH_V22RW_2X2, /* Ralink AP-RT3052-V22RW-2X2 */ RAMIPS_MACH_WHR_G300N, /* Buffalo WHR-G300N */ + RAMIPS_MACH_FONERA20N, /* La Fonera 2.0N */ }; extern enum ramips_mach_type ramips_mach;