ralink: add HLK-RM04 support

https://github.com/JiapengLi/OpenWrt-HiLink-HLK-RM04

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 39237
This commit is contained in:
John Crispin
2014-01-12 12:07:40 +00:00
parent aa2be01076
commit 3a64ddd0a1
11 changed files with 152 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ preinit_set_mac_address() {
dir-620-a1 |\
esr-9753 |\
freestation5 |\
hlk-rm04 | \
mpr-a1 | \
mpr-a2 | \
dir-300-b7 | \

View File

@@ -136,6 +136,9 @@ ramips_board_detect() {
*"MoFi Network MOFI3500-3GN")
name="mofi3500-3gn"
;;
*"HILINK HLK-RM04")
name="hlk-rm04"
;;
*"HAME MPR-A1")
name="mpr-a1"
;;

View File

@@ -48,6 +48,7 @@ platform_check_image() {
freestation5 | \
hw550-3g | \
hg255d | \
hlk-rm04 | \
ip2202 | \
m3 | \
m4 | \