From cf26194ba9f7e1ce7a9b96191b814b04b4cee3a3 Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 17 Aug 2012 17:56:05 +0000 Subject: ramips: add support for D-Link DIR-615 H1 rt2x00 still needs some patching as the radio doesn't come to life. Installation via webflash. [juhosg: fix whitespace issues, remove rt305x_register_usb from machine setup because the board has no USB port] Signed-off-by: Mikko Hissa git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33205 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 8dcda484a..fb2a573bf 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -83,6 +83,9 @@ ramips_board_name() { *"DIR-620 A1") name="dir-620-a1" ;; + *"DIR-615 H1") + name="dir-615-h1" + ;; *"DAP-1350") name="dap-1350" ;; -- cgit v1.2.3