aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/base-files/lib
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2016-04-19 20:12:41 +0000
committerHauke Mehrtens <hauke@openwrt.org>2016-04-19 20:12:41 +0000
commite345dfc179fcd931370d3ca0f6df194450746e2d (patch)
tree7ecc0a0e955cdf1c1aea3f031d550684122497e5 /target/linux/oxnas/base-files/lib
parent637a820c24affbcf26cd746fb96580669801a52d (diff)
downloadmaster-187ad058-e345dfc179fcd931370d3ca0f6df194450746e2d.tar.gz
master-187ad058-e345dfc179fcd931370d3ca0f6df194450746e2d.tar.bz2
master-187ad058-e345dfc179fcd931370d3ca0f6df194450746e2d.zip
oxnas: add support for Akitio MyCloud mini
Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/oxnas/base-files/lib')
-rwxr-xr-xtarget/linux/oxnas/base-files/lib/oxnas.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/oxnas/base-files/lib/oxnas.sh b/target/linux/oxnas/base-files/lib/oxnas.sh
index 8ae5fbbeee..991f92720d 100755
--- a/target/linux/oxnas/base-files/lib/oxnas.sh
+++ b/target/linux/oxnas/base-files/lib/oxnas.sh
@@ -13,6 +13,9 @@ oxnas_board_detect() {
machine=$(cat /proc/device-tree/model)
case "$machine" in
+ *"Akitio MyCloud mini"*)
+ name="akitio"
+ ;;
*"MitraStar Technology Corp. STG-212"*)
name="stg212"
;;