2
0
forked from Ivasoft/openwrt

ramips: Add support for D-Link DCH-M225

D-Link DCH-M225 is based on Mediatek MT7620 with 64MB ram, 8MB flash,
3.5mm audio out support. but no ethernet and usb ports.
so you must default enable wifi.

Signed-off-by: Michael Lee <igvtee@gmail.com>
This commit is contained in:
Michael Lee
2016-05-02 11:57:40 +08:00
committed by John Crispin
parent 36d98e6c7a
commit c3e420f28c
9 changed files with 233 additions and 0 deletions

View File

@@ -106,6 +106,9 @@ ramips_board_detect() {
*"DB-WRT01")
name="db-wrt01"
;;
*"DCH-M225")
name="dch-m225"
;;
*"DCS-930")
name="dcs-930"
;;

View File

@@ -193,6 +193,7 @@ platform_check_image() {
return 0
;;
cy-swr1100|\
dch-m225|\
dir-610-a1|\
dir-645|\
dir-860l-b1)