1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-21 06:58:37 +02:00
openwrt/target/linux/brcm2708/bcm2708/target.mk
Álvaro Fernández Rojas 4295485719 brcm2708: add linux 4.19 support
Boot tested on Raspberry Pi B+ (BCM2708) and Raspberry Pi 2 (BCM2709)

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2019-07-14 12:44:14 +02:00

14 lines
254 B
Makefile

#
# Copyright (C) 2015-2019 OpenWrt.org
#
SUBTARGET:=bcm2708
BOARDNAME:=BCM2708 boards (32 bit)
CPU_TYPE:=arm1176jzf-s
CPU_SUBTYPE:=vfp
define Target/Description
Build firmware image for BCM2708 devices.
This firmware features a 32 bit kernel.
endef