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

ramips: update mips multi-machine stuff

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19400 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2010-01-30 15:25:03 +00:00
parent 440e0933ab
commit 1bd851b509
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;