2012-07-24 20:39:17 +00:00
|
|
|
#
|
2016-03-08 18:11:55 +00:00
|
|
|
# Copyright (C) 2012-2016 OpenWrt.org
|
2012-07-24 20:39:17 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
include $(INCLUDE_DIR)/host.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=brcm2708
|
2016-03-08 18:11:55 +00:00
|
|
|
BOARDNAME:=Broadcom BCM27xx
|
2015-11-21 21:25:13 +00:00
|
|
|
FEATURES:=ext4 audio usb usbgadget display gpio fpu
|
2016-06-05 09:46:56 +00:00
|
|
|
MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
|
2016-03-08 18:11:55 +00:00
|
|
|
SUBTARGETS:=bcm2708 bcm2709 bcm2710
|
2012-07-24 20:39:17 +00:00
|
|
|
|
2016-02-25 10:14:01 +00:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2012-07-24 20:39:17 +00:00
|
|
|
|
|
|
|
define Target/Description
|
2016-03-08 18:11:55 +00:00
|
|
|
Build firmware image for Broadcom BCM27xx SoC devices.
|
2012-07-24 20:39:17 +00:00
|
|
|
Currently produces SD Card image for Raspberry Pi.
|
|
|
|
endef
|
|
|
|
|
2016-09-04 11:34:18 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835 kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1
|
|
|
|
|
2015-10-05 10:27:34 +00:00
|
|
|
KERNELNAME:=Image dtbs
|
2014-02-28 20:29:40 +00:00
|
|
|
|
2012-07-24 20:39:17 +00:00
|
|
|
$(eval $(call BuildTarget))
|