2014-09-28 23:21:59 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2015-01-18 16:58:35 +00:00
|
|
|
define Profile/OLIMEX_A13_SOM
|
2014-09-28 23:21:59 +00:00
|
|
|
NAME:=Olimex A13 SOM
|
|
|
|
PACKAGES:=\
|
2015-01-18 16:58:35 +00:00
|
|
|
uboot-sunxi-OLIMEX_A13_SOM kmod-rtl8192cu
|
2014-09-28 23:21:59 +00:00
|
|
|
endef
|
|
|
|
|
2015-01-18 16:58:35 +00:00
|
|
|
define Profile/OLIMEX_A13_SOM/Description
|
2014-09-28 23:21:59 +00:00
|
|
|
Package set optimized for the Olimex A13 SOM
|
|
|
|
endef
|
|
|
|
|
2015-01-18 16:58:35 +00:00
|
|
|
$(eval $(call Profile,OLIMEX_A13_SOM))
|