From a3c7e71ae1af9468039770158ce861e759ef4191 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 15 Aug 2011 14:11:45 +0000 Subject: ramips: add support for Argus ATP-52B [The ESW related changes has been removed - juhosg] Signed-off-by: Roman Yeryomin SVN-Revision: 27991 --- 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 33ce13cb55..616e966976 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -10,6 +10,9 @@ ramips_board_name() { machine=$(awk 'BEGIN{FS="[ \t]+:[ \t]"} /machine/ {print $2}' /proc/cpuinfo) case "$machine" in + *"Argus ATP-52B") + name="argus-atp52b" + ;; *"Aztech HW550-3G") name="hw550-3g" ;; -- cgit v1.2.3