2012-07-24 20:39:17 +00:00
|
|
|
#
|
2015-02-11 10:17:55 +00:00
|
|
|
# Copyright (C) 2012-2015 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
|
2015-02-11 13:05:31 +00:00
|
|
|
BOARDNAME:=Broadcom BCM2708/BCM2709
|
2012-07-24 20:39:17 +00:00
|
|
|
FEATURES:=ext4 audio usb usbgadget display gpio
|
2013-07-09 20:53:13 +00:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2013-09-26 17:53:20 +00:00
|
|
|
CPU_TYPE:=arm1176jzf-s
|
|
|
|
CPU_SUBTYPE:=vfp
|
2015-02-11 13:09:39 +00:00
|
|
|
SUBTARGETS:=bcm2708 bcm2709
|
2012-07-24 20:39:17 +00:00
|
|
|
|
2015-02-11 10:17:55 +00:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2012-07-24 20:39:17 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
DEFAULT_PACKAGES += brcm2708-gpu-fw kmod-usb-hid kmod-sound-core kmod-sound-arm-bcm2835
|
|
|
|
|
|
|
|
define Target/Description
|
2015-02-11 13:05:31 +00:00
|
|
|
Build firmware image for Broadcom BCM2708/BCM2709 SoC devices.
|
2012-07-24 20:39:17 +00:00
|
|
|
Currently produces SD Card image for Raspberry Pi.
|
|
|
|
endef
|
|
|
|
|
2014-10-05 20:17:19 +00:00
|
|
|
KERNELNAME:=Image
|
2014-02-28 20:29:40 +00:00
|
|
|
|
2012-07-24 20:39:17 +00:00
|
|
|
$(eval $(call BuildTarget))
|