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
This commit is contained in:
@@ -9,6 +9,7 @@ preinit_set_mac_address() {
|
||||
|
||||
case $(ramips_board_name) in
|
||||
3g-6200n |\
|
||||
mzk-w300nh2 |\
|
||||
wl-330n |\
|
||||
wl-330n3g)
|
||||
mac=$(ramips_get_mac_binary factory 4)
|
||||
|
||||
@@ -140,6 +140,9 @@ ramips_board_name() {
|
||||
*"Petatel PSR-680W"*)
|
||||
name="psr-680w"
|
||||
;;
|
||||
*"Planex MZK-W300NH2"*)
|
||||
name="mzk-w300nh2"
|
||||
;;
|
||||
*"PWH2004")
|
||||
name="pwh2004"
|
||||
;;
|
||||
|
||||
@@ -35,6 +35,7 @@ platform_check_image() {
|
||||
freestation5 | \
|
||||
hw550-3g | \
|
||||
mofi3500-3gn | \
|
||||
mzk-w300nh2 | \
|
||||
nbg-419n | \
|
||||
nw718 | \
|
||||
omni-emb | \
|
||||
|
||||
Reference in New Issue
Block a user