From e9c4d3d1f2dd990ebd9474ceda1c77b45678c6bd Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 29 Mar 2012 16:03:04 +0000 Subject: ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN network setup while we're at it - thanks Pau Escrich for the implementation SVN-Revision: 31144 --- 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 6e1da23..1298ebd 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -50,6 +50,9 @@ ramips_board_name() { *"Allnet ALL0256N") name="all0256n" ;; + *"ARC FreeStation5") + name="freestation5" + ;; *"Argus ATP-52B") name="argus-atp52b" ;; -- cgit v1.1