diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-29 17:50:38 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-29 17:50:38 +0000 |
commit | 8568406448bbc76e68204064656eac2a10b5bd7b (patch) | |
tree | 7ee7a1c7f00b0800d4165f57b88989cb98cd6015 /target/linux/ramips/base-files/lib/ramips.sh | |
parent | bff7d5f388cf99f305f0180fc052510730ed3744 (diff) | |
download | upstream-8568406448bbc76e68204064656eac2a10b5bd7b.tar.gz upstream-8568406448bbc76e68204064656eac2a10b5bd7b.tar.bz2 upstream-8568406448bbc76e68204064656eac2a10b5bd7b.zip |
ramips: add user-space support for the Planex MZK-W300NH2 Router
Signed-off-by: Samir Ibradžić <sibradzic@gmail.com>
Patchwork: http://patchwork.openwrt.org/patch/3077/
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34926 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 42fcb646ce..0128717e35 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -140,6 +140,9 @@ ramips_board_name() { *"Petatel PSR-680W"*) name="psr-680w" ;; + *"Planex MZK-W300NH2"*) + name="mzk-w300nh2" + ;; *"PWH2004") name="pwh2004" ;; |