aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-19 11:28:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-19 11:28:12 +0000
commit505d8a21d416b62c0d66d0fe6d810d63c3c0c2cb (patch)
treebbc33004be73bbe6be67393e518f9a51537cf631 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent16aebed57ebe677b39ec3619bb4ebd42c0d666ad (diff)
downloadmaster-187ad058-505d8a21d416b62c0d66d0fe6d810d63c3c0c2cb.tar.gz
master-187ad058-505d8a21d416b62c0d66d0fe6d810d63c3c0c2cb.tar.bz2
master-187ad058-505d8a21d416b62c0d66d0fe6d810d63c3c0c2cb.zip
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 <openwrt@daniel.thecshore.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47945 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
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"
;;