diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-29 17:50:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-29 17:50:35 +0000 |
commit | d6d06aceb0afee15594ed25a3ffd58fb7d5f4a19 (patch) | |
tree | 753e04aeaefd20a38b354483e3473c60db25bc6d /target/linux/ramips/files/arch/mips/include/asm/mach-ralink | |
parent | 76537041eb38380160e785bbea82096d9ed2fa1e (diff) | |
download | mtk-20170518-d6d06aceb0afee15594ed25a3ffd58fb7d5f4a19.zip mtk-20170518-d6d06aceb0afee15594ed25a3ffd58fb7d5f4a19.tar.gz mtk-20170518-d6d06aceb0afee15594ed25a3ffd58fb7d5f4a19.tar.bz2 |
ramips: rt305x: add kernel support for the Planex MZK-W300NH2 Router
This is a Japanese market router, for details check
http://www.planex.co.jp/product/router/mzk-w300nh2/. It has only 16MB
RAM, but base OpenWRT install worked fine for days without issues.
Even an image with built-in Luci worked, but don't expect smooth
experience, due to the lack of RAM. Wifi was not extensively tested,
but seems it is working. GPIO LEDs & buttons, factory flash image and
switch config are confirmed working. Tested against revision 34882 +
this patch.
[juhosg: move user-space support and image generation changes into
separate patches]
Signed-off-by: Samir Ibradžić <sibradzic@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3077/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34925
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 5c2d712..3a750df 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 @@ -62,6 +62,7 @@ enum ramips_mach_type { RAMIPS_MACH_WL351, /* Sitecom WL-351 v1 002 */ RAMIPS_MACH_WR512_3GN, /* SH-WR512NU/WS-WR512N1-like 3GN*/ RAMIPS_MACH_WR6202, /* Accton WR6202 */ + RAMIPS_MACH_MZKW300NH2, /* Planex MZK-W300NH2 Router */ RAMIPS_MACH_XDXRN502J, /* unknown XDX-RN502J */ RAMIPS_MACH_UR_336UN, /* UPVEL ROUTER */ |