From 59fc337a9a7009b9c6551336461099a09c57e924 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 19 Dec 2015 11:28:12 +0000 Subject: ar71xx: PowerCloud CR3000 OpenWrt configuration OpenWRt configuration part of support for the PowerCloud Systems CR3000. The CR3000 is a 802.11n 2.4 GHz wireless router with 8MB flash, 64MB RAM, a four port gigabit ethernet switch, and a fast ethernet wan port that was sold by PowerCloud Systems as hardware for the Skydog cloud-managed router service. Signed-off-by: Daniel Dickinson SVN-Revision: 47945 --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh') diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index b241060c6d..c677c0874c 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -424,6 +424,9 @@ ar71xx_board_detect() { name="cpe510" tplink_pharos_board_detect ;; + *CR3000) + name="cr3000" + ;; *"DB120 reference board") name="db120" ;; -- cgit v1.2.3