2012-07-25 04:39:17 +08:00
|
|
|
#
|
2015-02-11 18:17:55 +08:00
|
|
|
# Copyright (C) 2012-2015 OpenWrt.org
|
2012-07-25 04:39:17 +08: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 21:05:31 +08:00
|
|
|
BOARDNAME:=Broadcom BCM2708/BCM2709
|
2015-11-22 05:25:13 +08:00
|
|
|
FEATURES:=ext4 audio usb usbgadget display gpio fpu
|
2013-07-10 04:53:13 +08:00
|
|
|
MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
2015-02-11 21:09:39 +08:00
|
|
|
SUBTARGETS:=bcm2708 bcm2709
|
2012-07-25 04:39:17 +08:00
|
|
|
|
2016-02-25 18:14:01 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2012-07-25 04:39:17 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2015-07-14 15:39:10 +08:00
|
|
|
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
|
2012-07-25 04:39:17 +08:00
|
|
|
|
|
|
|
define Target/Description
|
2015-02-11 21:05:31 +08:00
|
|
|
Build firmware image for Broadcom BCM2708/BCM2709 SoC devices.
|
2012-07-25 04:39:17 +08:00
|
|
|
Currently produces SD Card image for Raspberry Pi.
|
|
|
|
endef
|
|
|
|
|
2015-10-05 18:27:34 +08:00
|
|
|
KERNELNAME:=Image dtbs
|
2014-03-01 04:29:40 +08:00
|
|
|
|
2012-07-25 04:39:17 +08:00
|
|
|
$(eval $(call BuildTarget))
|