aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files/lib/ar71xx.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-24 09:09:49 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-24 09:09:49 +0000
commit48ed568e01d424ab21b9b81f4f5a3bdcf3ef1a39 (patch)
tree1047392db4c045b6b2f3e454eff7057da6511d96 /target/linux/ar71xx/base-files/lib/ar71xx.sh
parent8bf4a3fc9973498eef70d4c083b49bc3a8c56db0 (diff)
downloadmaster-187ad058-48ed568e01d424ab21b9b81f4f5a3bdcf3ef1a39.tar.gz
master-187ad058-48ed568e01d424ab21b9b81f4f5a3bdcf3ef1a39.tar.bz2
master-187ad058-48ed568e01d424ab21b9b81f4f5a3bdcf3ef1a39.zip
ar71xx: add support for Onion Omega
This patch adds support for the Onion Omega. https://onion.io/omega Signed-off-by: L. D. Pinney <ldpinney@gmail.com> Acked-by: Boken Lin <bl@onion.io> Tested-by: Jacky Huang <huangfangcheng@163.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46458 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 d5d5b60660..256bd104fb 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -559,6 +559,9 @@ ar71xx_board_detect() {
*"OM5P AN")
name="om5p-an"
;;
+ *"Onion Omega")
+ name="onion-omega"
+ ;;
*PB42)
name="pb42"
;;