2014-06-01 18:44:10 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2014-09-06 15:23:30 +00:00
|
|
|
define Profile/Bananapi
|
|
|
|
NAME:=Bananapi
|
2014-06-01 18:44:10 +00:00
|
|
|
PACKAGES:=\
|
2014-09-06 15:23:30 +00:00
|
|
|
uboot-sunxi-Bananapi kmod-rtc-sunxi
|
2014-06-01 18:44:10 +00:00
|
|
|
endef
|
|
|
|
|
2014-09-06 15:23:30 +00:00
|
|
|
define Profile/Bananapi/Description
|
|
|
|
Package set optimized for the Bananapi
|
2014-06-01 18:44:10 +00:00
|
|
|
endef
|
|
|
|
|
2014-09-06 15:23:30 +00:00
|
|
|
$(eval $(call Profile,Bananapi))
|