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/generic | |
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/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/onion.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/onion.mk b/target/linux/ar71xx/generic/profiles/onion.mk new file mode 100644 index 0000000000..dd5874ea41 --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/onion.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/OMEGA + NAME:=Onion Omega + PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-storage kmod-i2c-core kmod-i2c-gpio-custom kmod-spi-bitbang kmod-spi-dev kmod-spi-gpio kmod-spi-gpio-custom kmod-usb-serial +endef + +define Profile/OMEGA/Description + Package set optimized for the Onion Omega development platform. +endef +$(eval $(call Profile,OMEGA)) |