aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-29 17:50:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-29 17:50:38 +0000
commit8b1ac2ae372219d602e5c52ddfde3149e7a65dfd (patch)
treef4ce87befc2477d30b840b7252f014ae19e89eb6 /target/linux/ramips/base-files/lib/ramips.sh
parentd6d06aceb0afee15594ed25a3ffd58fb7d5f4a19 (diff)
downloadupstream-8b1ac2ae372219d602e5c52ddfde3149e7a65dfd.tar.gz
upstream-8b1ac2ae372219d602e5c52ddfde3149e7a65dfd.tar.bz2
upstream-8b1ac2ae372219d602e5c52ddfde3149e7a65dfd.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> SVN-Revision: 34926
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
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"
;;