mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-17 12:24:33 +00:00
ar71xx: add kernel support for the RB2011UAS
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36792
This commit is contained in:
parent
8e56b1e742
commit
d6554bf66a
@ -263,6 +263,14 @@ static void __init rb2011_setup(void)
|
|||||||
MIPS_MACHINE(ATH79_MACH_RB_2011L, "2011L", "MikroTik RouterBOARD 2011L",
|
MIPS_MACHINE(ATH79_MACH_RB_2011L, "2011L", "MikroTik RouterBOARD 2011L",
|
||||||
rb2011_setup);
|
rb2011_setup);
|
||||||
|
|
||||||
|
static void __init rb2011us_setup(void)
|
||||||
|
{
|
||||||
|
rb2011_setup();
|
||||||
|
}
|
||||||
|
|
||||||
|
MIPS_MACHINE(ATH79_MACH_RB_2011US, "2011US", "MikroTik RouterBOARD 2011UAS",
|
||||||
|
rb2011us_setup);
|
||||||
|
|
||||||
static void __init rb2011g_setup(void)
|
static void __init rb2011g_setup(void)
|
||||||
{
|
{
|
||||||
rb2011_setup();
|
rb2011_setup();
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
--- a/arch/mips/ath79/machtypes.h
|
||||||
|
+++ b/arch/mips/ath79/machtypes.h
|
||||||
|
@@ -75,6 +75,7 @@ enum ath79_mach_type {
|
||||||
|
ATH79_MACH_RB_951G, /* Mikrotik RouterBOARD 951G */
|
||||||
|
ATH79_MACH_RB_2011G, /* Mikrotik RouterBOARD 2011UAS-2HnD */
|
||||||
|
ATH79_MACH_RB_2011L, /* Mikrotik RouterBOARD 2011L */
|
||||||
|
+ ATH79_MACH_RB_2011US, /* Mikrotik RouterBOARD 2011UAS */
|
||||||
|
ATH79_MACH_RW2458N, /* Redwave RW2458N */
|
||||||
|
ATH79_MACH_TEW_632BRP, /* TRENDnet TEW-632BRP */
|
||||||
|
ATH79_MACH_TEW_673GRU, /* TRENDnet TEW-673GRU */
|
Loading…
Reference in New Issue
Block a user