summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-19 11:28:18 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-19 11:28:18 +0000
commitfb1273dfddd89ff487dae16265a2870e9d175dfb (patch)
treeee60cfb24f1ad178cd301837ff9b49d324896e5f /target/linux/ar71xx/base-files/lib
parent59fc337a9a7009b9c6551336461099a09c57e924 (diff)
downloadmaster-31e0f0ae-fb1273dfddd89ff487dae16265a2870e9d175dfb.tar.gz
master-31e0f0ae-fb1273dfddd89ff487dae16265a2870e9d175dfb.tar.bz2
master-31e0f0ae-fb1273dfddd89ff487dae16265a2870e9d175dfb.zip
ar71xx: PowerCloud CR5000 openwrt configuration
OpenWrt configuration part of support for the PowerCloud Systems CR5000. The CR5000 is a dual-band 802.11n wireless router with 8MB flash, 64MB RAM, (unused on stock firmware) USB 2.0 port and five port gigabit ethernet switch. The CR5000 was sold as hardware for the Skydog cloud-managed router service. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com> SVN-Revision: 47946
Diffstat (limited to 'target/linux/ar71xx/base-files/lib')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/upgrade/platform.sh3
2 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index c677c0874c..dd327fbc7f 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -427,6 +427,9 @@ ar71xx_board_detect() {
*CR3000)
name="cr3000"
;;
+ *CR5000)
+ name="cr5000"
+ ;;
*"DB120 reference board")
name="db120"
;;
diff --git a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
index bd090654cf..51ca7f796e 100755
--- a/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
+++ b/target/linux/ar71xx/base-files/lib/upgrade/platform.sh
@@ -169,7 +169,8 @@ platform_check_image() {
all0258n | \
cap324 | \
cap4200ag | \
- cr3000)
+ cr3000 |\
+ cr5000)
platform_check_image_allnet "$1" && return 0
return 1
;;