From b56bef28d79c2cb3ffdc86d9b84b5aa16c649547 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 18 Feb 2014 13:33:25 +0000 Subject: ralink: add support for na930 Signed-off-by: John Crispin SVN-Revision: 39611 --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ramips/base-files/lib') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 7aa331334e..5a686e6719 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -280,6 +280,9 @@ ramips_board_detect() { *"V22SG") name="v22sg" ;; + *"Sercomm NA930") + name="na930" + ;; *) name="generic" ;; -- cgit v1.2.3