2
0
forked from Ivasoft/openwrt

ramips: update mips multi-machine stuff

SVN-Revision: 19400
This commit is contained in:
Gabor Juhos
2010-01-30 15:25:03 +00:00
parent 93567fed7a
commit af9f40e60d
11 changed files with 285 additions and 59 deletions

View File

@@ -9,6 +9,8 @@
* by the Free Software Foundation.
*/
#include <asm/mips_machine.h>
enum ramips_mach_type {
RAMIPS_MACH_GENERIC,
/* RT2880 based machines */
@@ -23,5 +25,3 @@ enum ramips_mach_type {
RAMIPS_MACH_WHR_G300N, /* Buffalo WHR-G300N */
RAMIPS_MACH_FONERA20N, /* La Fonera 2.0N */
};
extern enum ramips_mach_type ramips_mach;