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

[ar71xx] add dummy code for the TRENDnet TEW-632BRP board

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13531 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2008-12-06 18:10:57 +00:00
parent b1e911d611
commit 57a811ea66
7 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/*
* TrendNET TEW-632BRP board support
*
* Copyright (C) 2008 Gabor Juhos <juhosg@openwrt.org>
* Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*/
#include <asm/mips_machine.h>
#include <asm/mach-ar71xx/ar71xx.h>
static void __init tew_632brp_setup(void)
{
}
MIPS_MACHINE(AR71XX_MACH_TEW_632BRP, "TRENDnet TEW-632BRP", tew_632brp_setup);