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:
19
target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c
Normal file
19
target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c
Normal 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);
|
||||
Reference in New Issue
Block a user