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/etc/board.d/01_leds | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ramips/base-files/etc/board.d/01_leds') diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 0e30ba076d..695b0c1e7d 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -100,6 +100,10 @@ d105) db-wrt01) ucidef_set_led_default "power" "power" "$board:orange:power" "1" ;; +dch-m225) + ucidef_set_led_default "power" "POWER" "$board:geeen:power" "1" + ucidef_set_led_default "status" "STATUS" "$board:red:status" "0" + ;; dcs-930l-b1) ucidef_set_led_default "power" "POWER" "$board:red:power" "1" ucidef_set_led_netdev "wifi" "WiFi" "$board:blue:wps" -- cgit v1.2.3