From c3e420f28cf1ed229753f94bafdb0d5851748af3 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Mon, 2 May 2016 11:57:40 +0800 Subject: 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 --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ramips/base-files/lib/ramips.sh') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index b6ccd5ace3..565d5138cb 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -106,6 +106,9 @@ ramips_board_detect() { *"DB-WRT01") name="db-wrt01" ;; + *"DCH-M225") + name="dch-m225" + ;; *"DCS-930") name="dcs-930" ;; -- cgit v1.2.3