1
0
This repository has been archived on 2025-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
openwrt_archive/target/linux/sunxi/profiles/bananapi.mk
Zoltan Herpai 19e8ef463f sunxi: update Bananapi profile to the new u-boot
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>



SVN-Revision: 42423
2014-09-06 15:23:30 +00:00

19 lines
366 B
Makefile

#
# Copyright (C) 2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/Bananapi
NAME:=Bananapi
PACKAGES:=\
uboot-sunxi-Bananapi kmod-rtc-sunxi
endef
define Profile/Bananapi/Description
Package set optimized for the Bananapi
endef
$(eval $(call Profile,Bananapi))