diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 17:21:01 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-02 17:21:01 +0000 |
commit | d578f3ac3869c505a77c71dd1f336acc1d74aab5 (patch) | |
tree | 2fd3c3c7d2d9b202b2236710b28fed95e93b71fc /target/linux/ramips/files/arch/mips/include | |
parent | b01e744632e7a21f19c709c43fc038d8b39f03d2 (diff) | |
download | upstream-d578f3ac3869c505a77c71dd1f336acc1d74aab5.tar.gz upstream-d578f3ac3869c505a77c71dd1f336acc1d74aab5.tar.bz2 upstream-d578f3ac3869c505a77c71dd1f336acc1d74aab5.zip |
ramips: rt3883: add kernel support for the Omnima EMB HPM board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35466
Diffstat (limited to 'target/linux/ramips/files/arch/mips/include')
-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 238495d299..b3903fc226 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 @@ -75,6 +75,7 @@ enum ramips_mach_type { /* RT3662 based machines */ RAMIPS_MACH_DIR_645, /* D-Link DIR-645 */ + RAMIPS_MACH_OMNI_EMB_HPM, /* Omnima EMB HPM */ RAMIPS_MACH_RT_N56U, /* Asus RT-N56U */ /* RT3883 based machines */ |