diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-11 21:02:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-11 21:02:40 +0000 |
commit | 3c2ef04a0ea579c5cedd09d608d39b4b6bf635bc (patch) | |
tree | 36769df17627201d36443a246c6db73258e1d58f /target/linux/ramips/files/arch/mips/include/asm/mach-ralink | |
parent | 8c7ed1cb7bcaaec8fa55d5695ab68ac9e9051791 (diff) | |
download | mtk-20170518-3c2ef04a0ea579c5cedd09d608d39b4b6bf635bc.zip mtk-20170518-3c2ef04a0ea579c5cedd09d608d39b4b6bf635bc.tar.gz mtk-20170518-3c2ef04a0ea579c5cedd09d608d39b4b6bf635bc.tar.bz2 |
ramips: add kernel support for the Upvel UR-326N4G board
[juhosg: add missing symbols to config-3.{7,8}]
Patch from: Дмитрий Лебедев <lebedev@trendnet.ru>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35970
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink')
-rw-r--r-- | target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h index b3903fc..200f737 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/machine.h @@ -67,6 +67,7 @@ enum ramips_mach_type { RAMIPS_MACH_WR6202, /* Accton WR6202 */ RAMIPS_MACH_MZKW300NH2, /* Planex MZK-W300NH2 Router */ RAMIPS_MACH_XDXRN502J, /* unknown XDX-RN502J */ + RAMIPS_MACH_UR_326N4G, /* UPVEL ROUTER */ RAMIPS_MACH_UR_336UN, /* UPVEL ROUTER */ /* RT3352 based machines */ |