From e26ba31f76a4498be4080a8481f010d6a6cd54ed Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 18 Jun 2015 18:20:46 +0000 Subject: ramips: Add support for the D-Link DCS-930 B1 http://wiki.openwrt.org/toh/d-link/dcs-930l Signed-off-by: L. D. Pinney SVN-Revision: 46042 --- 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 14ffc212d2..2d007163f3 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() { *"DCS-930") name="dcs-930" ;; + *"DCS-930L B1") + name="dcs-930l-b1" + ;; *"DIR-300 B1") name="dir-300-b1" ;; -- cgit v1.2.3