diff options
author | John Crispin <john@openwrt.org> | 2015-07-24 09:09:49 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-24 09:09:49 +0000 |
commit | 5cd49bb067cadfeba6eb7f09982f76558101ad5d (patch) | |
tree | 2fdede7b056dcf9982ef82ad5d03cf362c1742ba /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | b98205c946a89861563c402167a954e2caa13603 (diff) | |
download | upstream-5cd49bb067cadfeba6eb7f09982f76558101ad5d.tar.gz upstream-5cd49bb067cadfeba6eb7f09982f76558101ad5d.tar.bz2 upstream-5cd49bb067cadfeba6eb7f09982f76558101ad5d.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>
SVN-Revision: 46458
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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" ;; |